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