, including all inherited members.
| addDescriptor(const std::string &name, const Matrix &newDescriptor) | PointMatcher< T >::DataPoints | |
| addFeature(const std::string &name, const Matrix &newFeature) | PointMatcher< T >::DataPoints | |
| addField(const std::string &name, const Matrix &newField, Labels &labels, Matrix &data) const | PointMatcher< T >::DataPoints | [private] |
| allocateDescriptor(const std::string &name, const unsigned dim) | PointMatcher< T >::DataPoints | |
| allocateDescriptors(const Labels &newLabels) | PointMatcher< T >::DataPoints | |
| allocateFeature(const std::string &name, const unsigned dim) | PointMatcher< T >::DataPoints | |
| allocateFeatures(const Labels &newLabels) | PointMatcher< T >::DataPoints | |
| allocateField(const std::string &name, const unsigned dim, Labels &labels, Matrix &data) const | PointMatcher< T >::DataPoints | [private] |
| allocateFields(const Labels &newLabels, Labels &labels, Matrix &data) const | PointMatcher< T >::DataPoints | [private] |
| assertDescriptorConsistency() const | PointMatcher< T >::DataPoints | |
| concatenate(const DataPoints &dp) | PointMatcher< T >::DataPoints | |
| conservativeResize(Index pointCount) | PointMatcher< T >::DataPoints | |
| ConstView typedef | PointMatcher< T >::DataPoints | |
| createSimilarEmpty() const | PointMatcher< T >::DataPoints | |
| createSimilarEmpty(Index pointCount) const | PointMatcher< T >::DataPoints | |
| DataPoints() | PointMatcher< T >::DataPoints | |
| DataPoints(const Labels &featureLabels, const Labels &descriptorLabels, const size_t pointCount) | PointMatcher< T >::DataPoints | |
| DataPoints(const Matrix &features, const Labels &featureLabels) | PointMatcher< T >::DataPoints | |
| DataPoints(const Matrix &features, const Labels &featureLabels, const Matrix &descriptors, const Labels &descriptorLabels) | PointMatcher< T >::DataPoints | |
| descriptorExists(const std::string &name) const | PointMatcher< T >::DataPoints | |
| descriptorExists(const std::string &name, const unsigned dim) const | PointMatcher< T >::DataPoints | |
| descriptorLabels | PointMatcher< T >::DataPoints | |
| descriptors | PointMatcher< T >::DataPoints | |
| featureExists(const std::string &name) const | PointMatcher< T >::DataPoints | |
| featureExists(const std::string &name, const unsigned dim) const | PointMatcher< T >::DataPoints | |
| featureLabels | PointMatcher< T >::DataPoints | |
| features | PointMatcher< T >::DataPoints | |
| fieldExists(const std::string &name, const unsigned dim, const Labels &labels) const | PointMatcher< T >::DataPoints | [private] |
| getConstViewByName(const std::string &name, const Labels &labels, const Matrix &data, const int viewRow=-1) const | PointMatcher< T >::DataPoints | [private] |
| getDescriptorCopyByName(const std::string &name) const | PointMatcher< T >::DataPoints | |
| getDescriptorDimension(const std::string &name) const | PointMatcher< T >::DataPoints | |
| getDescriptorRowViewByName(const std::string &name, const unsigned row) const | PointMatcher< T >::DataPoints | |
| getDescriptorRowViewByName(const std::string &name, const unsigned row) | PointMatcher< T >::DataPoints | |
| getDescriptorStartingRow(const std::string &name) const | PointMatcher< T >::DataPoints | |
| getDescriptorViewByName(const std::string &name) const | PointMatcher< T >::DataPoints | |
| getDescriptorViewByName(const std::string &name) | PointMatcher< T >::DataPoints | |
| getFeatureCopyByName(const std::string &name) const | PointMatcher< T >::DataPoints | |
| getFeatureDimension(const std::string &name) const | PointMatcher< T >::DataPoints | |
| getFeatureRowViewByName(const std::string &name, const unsigned row) const | PointMatcher< T >::DataPoints | |
| getFeatureRowViewByName(const std::string &name, const unsigned row) | PointMatcher< T >::DataPoints | |
| getFeatureStartingRow(const std::string &name) const | PointMatcher< T >::DataPoints | |
| getFeatureViewByName(const std::string &name) const | PointMatcher< T >::DataPoints | |
| getFeatureViewByName(const std::string &name) | PointMatcher< T >::DataPoints | |
| getFieldDimension(const std::string &name, const Labels &labels) const | PointMatcher< T >::DataPoints | [private] |
| getFieldStartingRow(const std::string &name, const Labels &labels) const | PointMatcher< T >::DataPoints | [private] |
| getViewByName(const std::string &name, const Labels &labels, Matrix &data, const int viewRow=-1) const | PointMatcher< T >::DataPoints | [private] |
| Index typedef | PointMatcher< T >::DataPoints | |
| load(const std::string &fileName) | PointMatcher< T >::DataPoints | [static] |
| operator==(const DataPoints &that) const | PointMatcher< T >::DataPoints | |
| save(const std::string &fileName) const | PointMatcher< T >::DataPoints | |
| setColFrom(Index thisCol, const DataPoints &that, Index thatCol) | PointMatcher< T >::DataPoints | |
| View typedef | PointMatcher< T >::DataPoints | |