67 BppVector(
typename std::vector<TYPE>::size_type num,
const TYPE& val = TYPE() ):
70 BppVector(
typename std::vector<TYPE>::iterator start,
typename std::vector<TYPE>::iterator end):
104 #endif //_BPPVECTOR_H_ const std::vector< TYPE > & toSTL() const
This class allows to perform a correspondence analysis.
std::vector< TYPE > & toSTL()
TYPE & operator[](unsigned int i)
std::vector< TYPE > vector_
The BppVector object class.
BppVector(typename std::vector< TYPE >::iterator start, typename std::vector< TYPE >::iterator end)
The Clonable interface (allow an object to be cloned).
BppVector(typename std::vector< TYPE >::size_type num, const TYPE &val=TYPE())
BppVector< TYPE > * clone() const
Create a copy of this object and send a pointer to it.
unsigned int size() const