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. | |
| bool | operator== (const Label &that) const |
| Return whether two labels are equals. | |
Public Attributes | |
| size_t | span |
| number of data dimensions the label spans | |
| std::string | text |
| name of the label | |
The name for a certain number of dim.
Definition at line 211 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 DataPoints.cpp.
| bool PointMatcher< T >::DataPoints::Label::operator== | ( | const Label & | that | ) | const |
Return whether two labels are equals.
Definition at line 57 of file DataPoints.cpp.
| size_t PointMatcher< T >::DataPoints::Label::span |
number of data dimensions the label spans
Definition at line 214 of file PointMatcher.h.
| std::string PointMatcher< T >::DataPoints::Label::text |
name of the label
Definition at line 213 of file PointMatcher.h.