Implementation of PLY vertex element. More...
#include <IO.h>
Public Member Functions | |
PLYVertex (const unsigned num, const unsigned offset) | |
Constructor. |
Implementation of PLY vertex element.
PointMatcherIO< T >::PLYVertex::PLYVertex | ( | const unsigned | num, |
const unsigned | offset | ||
) | [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