#include <FeatureVectorList.h>


Public Member Functions | |
| FeatureVectorList () | |
| FeatureVectorList (JString xml) | |
| FeatureVectorList (XMLNode *node) | |
| virtual | ~FeatureVectorList () |
| Object * | clone () const |
| bool | addVector (FeatureVector *vector) |
| bool | removeVector (FeatureVector *vector) |
| bool | removeVector (int pos) |
| bool | replaceVector (FeatureVector *oldvector, FeatureVector *newvector) |
| bool | replaceVector (int pos, FeatureVector *vector) |
| FeatureVector * | getVector (int pos) |
| FeatureVector * | operator[] (int pos) |
| JString | print () |
| JString | toXML () |
| bool | fromXML (XMLNode *node) |
Public Attributes | |
| ObjectCollection | list |
Definition at line 34 of file FeatureVectorList.h.
| cmlabs::FeatureVectorList::FeatureVectorList | ( | ) |
Definition at line 27 of file FeatureVectorList.cpp.
| cmlabs::FeatureVectorList::FeatureVectorList | ( | JString | xml | ) |
Definition at line 30 of file FeatureVectorList.cpp.
| cmlabs::FeatureVectorList::FeatureVectorList | ( | XMLNode * | node | ) |
Definition at line 35 of file FeatureVectorList.cpp.
| cmlabs::FeatureVectorList::~FeatureVectorList | ( | ) | [virtual] |
Definition at line 40 of file FeatureVectorList.cpp.
| Object * cmlabs::FeatureVectorList::clone | ( | ) | const [virtual] |
| bool cmlabs::FeatureVectorList::addVector | ( | FeatureVector * | vector | ) |
Definition at line 81 of file FeatureVectorList.cpp.
| bool cmlabs::FeatureVectorList::removeVector | ( | FeatureVector * | vector | ) |
Definition at line 85 of file FeatureVectorList.cpp.
| bool cmlabs::FeatureVectorList::removeVector | ( | int | pos | ) |
Definition at line 89 of file FeatureVectorList.cpp.
| bool cmlabs::FeatureVectorList::replaceVector | ( | FeatureVector * | oldvector, | |
| FeatureVector * | newvector | |||
| ) |
Definition at line 93 of file FeatureVectorList.cpp.
| bool cmlabs::FeatureVectorList::replaceVector | ( | int | pos, | |
| FeatureVector * | vector | |||
| ) |
Definition at line 97 of file FeatureVectorList.cpp.
| FeatureVector * cmlabs::FeatureVectorList::getVector | ( | int | pos | ) |
Definition at line 101 of file FeatureVectorList.cpp.
| FeatureVector * cmlabs::FeatureVectorList::operator[] | ( | int | pos | ) |
Definition at line 105 of file FeatureVectorList.cpp.
| JString cmlabs::FeatureVectorList::print | ( | ) | [virtual] |
| JString cmlabs::FeatureVectorList::toXML | ( | ) | [virtual] |
| bool cmlabs::FeatureVectorList::fromXML | ( | XMLNode * | node | ) | [virtual] |
Definition at line 44 of file FeatureVectorList.h.
1.5.6