#include <PointMatcher.h>
Public Types | |
typedef std::vector< Label >::const_iterator | const_iterator |
alias More... | |
Public Member Functions | |
bool | contains (const std::string &text) const |
Return whether there is a label named text. More... | |
Labels () | |
Construct empty Labels. More... | |
Labels (const Label &label) | |
Construct Labels with a single Label in it. More... | |
size_t | totalDim () const |
Return the sum of the spans of each label. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const Labels &labels) |
A vector of Label.
Definition at line 229 of file PointMatcher.h.
typedef std::vector<Label>::const_iterator PointMatcher< T >::DataPoints::Labels::const_iterator |
alias
Definition at line 231 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.
|
friend |
Definition at line 236 of file PointMatcher.h.