PointMatcher< T >::DataPoints Member List

This is the complete list of members for PointMatcher< T >::DataPoints, 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 MatrixType &newField, Labels &labels, MatrixType &data) constPointMatcher< T >::DataPointsprivate
addTime(const std::string &name, const Int64Matrix &newTime)PointMatcher< T >::DataPoints
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, MatrixType &data) constPointMatcher< T >::DataPointsprivate
allocateFields(const Labels &newLabels, Labels &labels, MatrixType &data) constPointMatcher< T >::DataPointsprivate
allocateTime(const std::string &name, const unsigned dim)PointMatcher< T >::DataPoints
allocateTimes(const Labels &newLabels)PointMatcher< T >::DataPoints
assertConsistency(const std::string &dataName, const int dataRows, const int dataCols, const Labels &labels) constPointMatcher< T >::DataPointsprivate
assertDescriptorConsistency() constPointMatcher< T >::DataPoints
assertTimesConsistency() constPointMatcher< T >::DataPoints
concatenate(const DataPoints &dp)PointMatcher< T >::DataPoints
concatenateLabelledMatrix(Labels *labels, MatrixType *data, const Labels extraLabels, const MatrixType extraData)PointMatcher< T >::DataPointsprivate
conservativeResize(Index pointCount)PointMatcher< T >::DataPoints
ConstView typedefPointMatcher< T >::DataPoints
createSimilarEmpty() constPointMatcher< T >::DataPoints
createSimilarEmpty(Index pointCount) constPointMatcher< T >::DataPoints
DataPoints()PointMatcher< T >::DataPoints
DataPoints(const Labels &featureLabels, const Labels &descriptorLabels, const size_t pointCount)PointMatcher< T >::DataPoints
DataPoints(const Labels &featureLabels, const Labels &descriptorLabels, const Labels &timeLabels, 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
DataPoints(const Matrix &features, const Labels &featureLabels, const Matrix &descriptors, const Labels &descriptorLabels, const Int64Matrix &times, const Labels &timeLabels)PointMatcher< T >::DataPoints
descriptorExists(const std::string &name) constPointMatcher< T >::DataPoints
descriptorExists(const std::string &name, const unsigned dim) constPointMatcher< T >::DataPoints
descriptorLabelsPointMatcher< T >::DataPoints
descriptorsPointMatcher< T >::DataPoints
featureExists(const std::string &name) constPointMatcher< T >::DataPoints
featureExists(const std::string &name, const unsigned dim) constPointMatcher< T >::DataPoints
featureLabelsPointMatcher< T >::DataPoints
featuresPointMatcher< T >::DataPoints
fieldExists(const std::string &name, const unsigned dim, const Labels &labels) constPointMatcher< T >::DataPointsprivate
getConstViewByName(const std::string &name, const Labels &labels, const MatrixType &data, const int viewRow=-1) constPointMatcher< T >::DataPointsprivate
getDescriptorCopyByName(const std::string &name) constPointMatcher< T >::DataPoints
getDescriptorDim() constPointMatcher< T >::DataPoints
getDescriptorDimension(const std::string &name) constPointMatcher< T >::DataPoints
getDescriptorRowViewByName(const std::string &name, const unsigned row) constPointMatcher< T >::DataPoints
getDescriptorRowViewByName(const std::string &name, const unsigned row)PointMatcher< T >::DataPoints
getDescriptorStartingRow(const std::string &name) constPointMatcher< T >::DataPoints
getDescriptorViewByName(const std::string &name) constPointMatcher< T >::DataPoints
getDescriptorViewByName(const std::string &name)PointMatcher< T >::DataPoints
getEuclideanDim() constPointMatcher< T >::DataPoints
getFeatureCopyByName(const std::string &name) constPointMatcher< T >::DataPoints
getFeatureDimension(const std::string &name) constPointMatcher< T >::DataPoints
getFeatureRowViewByName(const std::string &name, const unsigned row) constPointMatcher< T >::DataPoints
getFeatureRowViewByName(const std::string &name, const unsigned row)PointMatcher< T >::DataPoints
getFeatureStartingRow(const std::string &name) constPointMatcher< T >::DataPoints
getFeatureViewByName(const std::string &name) constPointMatcher< T >::DataPoints
getFeatureViewByName(const std::string &name)PointMatcher< T >::DataPoints
getFieldDimension(const std::string &name, const Labels &labels) constPointMatcher< T >::DataPointsprivate
getFieldStartingRow(const std::string &name, const Labels &labels) constPointMatcher< T >::DataPointsprivate
getHomogeneousDim() constPointMatcher< T >::DataPoints
getNbGroupedDescriptors() constPointMatcher< T >::DataPoints
getNbPoints() constPointMatcher< T >::DataPoints
getTimeCopyByName(const std::string &name) constPointMatcher< T >::DataPoints
getTimeDim() constPointMatcher< T >::DataPoints
getTimeDimension(const std::string &name) constPointMatcher< T >::DataPoints
getTimeRowViewByName(const std::string &name, const unsigned row) constPointMatcher< T >::DataPoints
getTimeRowViewByName(const std::string &name, const unsigned row)PointMatcher< T >::DataPoints
getTimeStartingRow(const std::string &name) constPointMatcher< T >::DataPoints
getTimeViewByName(const std::string &name) constPointMatcher< T >::DataPoints
getTimeViewByName(const std::string &name)PointMatcher< T >::DataPoints
getViewByName(const std::string &name, const Labels &labels, MatrixType &data, const int viewRow=-1) constPointMatcher< T >::DataPointsprivate
Index typedefPointMatcher< T >::DataPoints
load(const std::string &fileName)PointMatcher< T >::DataPointsstatic
operator==(const DataPoints &that) constPointMatcher< T >::DataPoints
removeDescriptor(const std::string &name)PointMatcher< T >::DataPoints
removeFeature(const std::string &name)PointMatcher< T >::DataPoints
removeField(const std::string &name, Labels &labels, MatrixType &data) constPointMatcher< T >::DataPointsprivate
removeTime(const std::string &name)PointMatcher< T >::DataPoints
save(const std::string &fileName, bool binary=false) constPointMatcher< T >::DataPoints
setColFrom(Index thisCol, const DataPoints &that, Index thatCol)PointMatcher< T >::DataPoints
swapCols(Index iCol, Index jCol)PointMatcher< T >::DataPoints
TimeConstView typedefPointMatcher< T >::DataPoints
timeExists(const std::string &name) constPointMatcher< T >::DataPoints
timeExists(const std::string &name, const unsigned dim) constPointMatcher< T >::DataPoints
timeLabelsPointMatcher< T >::DataPoints
timesPointMatcher< T >::DataPoints
TimeView typedefPointMatcher< T >::DataPoints
View typedefPointMatcher< T >::DataPoints


libpointmatcher
Author(s):
autogenerated on Sat May 27 2023 02:38:04