Helper structure designed to parse file headers. More...
#include <IO.h>
Public Member Functions | |
GenericInputHeader (const std::string name) | |
Constructor. | |
GenericInputHeader () | |
Public Attributes | |
unsigned int | matrixRowId |
on which row the information will be loaded | |
PMPropTypes | matrixType |
in which matrix the information will be loaded | |
std::string | name |
name found in the file | |
Private Member Functions | |
void | init (std::string name) |
Helper structure designed to parse file headers.
PointMatcherIO< T >::GenericInputHeader::GenericInputHeader | ( | const std::string | name | ) | [inline] |
PointMatcherIO< T >::GenericInputHeader::GenericInputHeader | ( | ) | [inline] |
void PointMatcherIO< T >::GenericInputHeader::init | ( | std::string | name | ) | [inline, private] |
unsigned int PointMatcherIO< T >::GenericInputHeader::matrixRowId |
PMPropTypes PointMatcherIO< T >::GenericInputHeader::matrixType |
std::string PointMatcherIO< T >::GenericInputHeader::name |