#include <PointMatcher.h>
Public Types | |
typedef std::vector< Label > ::const_iterator | const_iterator |
alias | |
Public Member Functions | |
bool | contains (const std::string &text) const |
Return whether there is a label named text. | |
Labels () | |
Construct empty Labels. | |
Labels (const Label &label) | |
Construct Labels with a single Label in it. | |
size_t | totalDim () const |
Return the sum of the spans of each label. |
A vector of Label.
Definition at line 220 of file PointMatcher.h.
typedef std::vector<Label>::const_iterator PointMatcher< T >::DataPoints::Labels::const_iterator |
alias
Definition at line 222 of file PointMatcher.h.
PointMatcher< T >::DataPoints::Labels::Labels | ( | ) |
Construct empty Labels.
Definition at line 64 of file pointmatcher/DataPoints.cpp.
PointMatcher< T >::DataPoints::Labels::Labels | ( | const Label & | label | ) |
Construct Labels with a single Label in it.
Definition at line 69 of file pointmatcher/DataPoints.cpp.
bool PointMatcher< T >::DataPoints::Labels::contains | ( | const std::string & | text | ) | const |
Return whether there is a label named text.
Definition at line 75 of file pointmatcher/DataPoints.cpp.
size_t PointMatcher< T >::DataPoints::Labels::totalDim | ( | ) | const |
Return the sum of the spans of each label.
Definition at line 87 of file pointmatcher/DataPoints.cpp.