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