Generate a vector of Labels by checking for collision is the same name is reused. More...
#include <IO.h>
Public Member Functions | |
| void | add (std::string internalName) |
| add a name to the vector of labels. If already there, will increament the dimension. | |
| Labels | getLabels () const |
| Return the vector of labels used to build a DataPoints. | |
Private Attributes | |
| Labels | labels |
| vector of labels used to cumulat information | |
Generate a vector of Labels by checking for collision is the same name is reused.
| void PointMatcherIO< T >::LabelGenerator::add | ( | std::string | internalName | ) |
add a name to the vector of labels. If already there, will increament the dimension.
Definition at line 501 of file pointmatcher/IO.cpp.
| PointMatcher< T >::DataPoints::Labels PointMatcherIO< T >::LabelGenerator::getLabels | ( | ) | const |
Return the vector of labels used to build a DataPoints.
Definition at line 523 of file pointmatcher/IO.cpp.
Labels PointMatcherIO< T >::LabelGenerator::labels [private] |