floatVectorList | (unsigned int maxsize) ; |
~floatVectorList | () ; |
int insert | (const floatVector &fv) ; |
void remove | (unsigned int index) ; |
floatVector& entry | (unsigned int index) const ; |
unsigned int entries | () const ; |
unsigned int nearest_neighbour | (const floatVector &fv) const ; |
bool save | (char *filename) const ; |
bool save | (ofstream& ofs) const ; |
bool load | (char *filename) ; |
bool load | (ifstream& ifs) ; |