A structure to hold information about descriptors contained in a CSV file. More...
#include <IO.h>
Public Attributes | |
std::string | name |
name of descriptor More... | |
unsigned | span |
number of columns spanned by descriptor More... | |
unsigned | start_col |
column number at which descriptor starts More... | |
A structure to hold information about descriptors contained in a CSV file.
std::string PointMatcherIO< T >::CsvDescriptor::name |
unsigned PointMatcherIO< T >::CsvDescriptor::span |
unsigned PointMatcherIO< T >::CsvDescriptor::start_col |