Implementation of PLY vertex element. More...
#include <IO.h>
Public Member Functions | |
PLYVertex (const unsigned num, const unsigned offset) | |
Constructor. More... | |
Public Member Functions inherited from PointMatcherIO< T >::PLYElement | |
bool | operator== (const PLYElement &other) const |
comparison operator for elements More... | |
PLYElement (const std::string &name, const unsigned num, const unsigned offset) | |
PLY Element constructor. More... | |
Additional Inherited Members | |
Public Attributes inherited from PointMatcherIO< T >::PLYElement | |
std::string | name |
name identifying the PLY element More... | |
unsigned | nbDescriptors |
number of valid descriptors found in the header More... | |
unsigned | nbFeatures |
number of valid features found in the header More... | |
unsigned | num |
number of occurences of the element More... | |
unsigned | offset |
line at which data starts More... | |
PLYProperties | properties |
all properties found in the header More... | |
unsigned | total_props |
total number of properties in PLY element More... | |
Implementation of PLY vertex element.
|
inline |
Constructor.
num | number of times the element appears in the file |
offset | if there are several elements, the line offset at which this element begins. Note that, as of writing, only one (vertex) element is supported. |
Implementation of PLY element interface for the vertex element