Structure containing all information required to map external information to PointMatcher internal representation. More...
#include <IO.h>
Public Member Functions | |
SupportedLabel (const std::string &internalName, const std::string &externalName, const PMPropTypes &type) | |
Constructor. More... | |
Public Attributes | |
std::string | externalName |
name used in external format More... | |
std::string | internalName |
name used in PointMatcher More... | |
PMPropTypes | type |
type of information in PointMatcher More... | |
Structure containing all information required to map external information to PointMatcher internal representation.
PointMatcherIO< T >::SupportedLabel::SupportedLabel | ( | const std::string & | internalName, |
const std::string & | externalName, | ||
const PMPropTypes & | type | ||
) |
Constructor.
Definition at line 418 of file pointmatcher/IO.cpp.
std::string PointMatcherIO< T >::SupportedLabel::externalName |
std::string PointMatcherIO< T >::SupportedLabel::internalName |
name used in PointMatcher
PMPropTypes PointMatcherIO< T >::SupportedLabel::type |
type of information in PointMatcher