libpointmatcher  1.3.1
Public Member Functions | List of all members
PointMatcherIO< T >::PLYVertex Class Reference

Implementation of PLY vertex element. More...

#include <IO.h>

Inheritance diagram for PointMatcherIO< T >::PLYVertex:
PointMatcherIO< T >::PLYElement

Public Member Functions

 PLYVertex (const unsigned num, const unsigned offset)
 Constructor. More...
 
- Public Member Functions inherited from PointMatcherIO< T >::PLYElement
 PLYElement (const std::string &name, const unsigned num, const unsigned offset)
 PLY Element constructor. More...
 
bool operator== (const PLYElement &other) const
 comparison operator for elements
 

Additional Inherited Members

- Public Attributes inherited from PointMatcherIO< T >::PLYElement
std::string name
 name identifying the PLY element
 
unsigned num
 number of occurences of the element
 
unsigned total_props
 total number of properties in PLY element
 
unsigned offset
 line at which data starts
 
PLYProperties properties
 all properties found in the header
 
unsigned nbFeatures
 number of valid features found in the header
 
unsigned nbDescriptors
 number of valid descriptors found in the header
 

Detailed Description

template<typename T>
class PointMatcherIO< T >::PLYVertex

Implementation of PLY vertex element.

Constructor & Destructor Documentation

◆ PLYVertex()

template<typename T>
PointMatcherIO< T >::PLYVertex::PLYVertex ( const unsigned  num,
const unsigned  offset 
)
inline

Constructor.

Parameters
numnumber of times the element appears in the file
offsetif 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


The documentation for this class was generated from the following file: