The name for a certain number of dim. More...
#include <PointMatcher.h>
| Public Member Functions | |
| Label (const std::string &text="", const size_t span=0) | |
| Construct a label from a given name and number of data dimensions it spans.  More... | |
| bool | operator== (const Label &that) const | 
| Return whether two labels are equals.  More... | |
| Public Attributes | |
| size_t | span | 
| number of data dimensions the label spans  More... | |
| std::string | text | 
| name of the label  More... | |
The name for a certain number of dim.
Definition at line 221 of file PointMatcher.h.
| PointMatcher< T >::DataPoints::Label::Label | ( | const std::string & | text = "", | 
| const size_t | span = 0 | ||
| ) | 
Construct a label from a given name and number of data dimensions it spans.
Definition at line 44 of file pointmatcher/DataPoints.cpp.
| bool PointMatcher< T >::DataPoints::Label::operator== | ( | const Label & | that | ) | const | 
Return whether two labels are equals.
Definition at line 57 of file pointmatcher/DataPoints.cpp.
| size_t PointMatcher< T >::DataPoints::Label::span | 
number of data dimensions the label spans
Definition at line 224 of file PointMatcher.h.
| std::string PointMatcher< T >::DataPoints::Label::text | 
name of the label
Definition at line 223 of file PointMatcher.h.