libpointmatcher  1.3.1
Public Member Functions | Public Attributes | List of all members
PointMatcherIO< T >::PLYProperty Struct Reference

Interface for PLY property. More...

#include <IO.h>

Public Member Functions

 PLYProperty ()
 Default constructor. If used member values must be filled later.
 
 PLYProperty (const std::string &type, const std::string &name, const unsigned pos)
 @(brief) Regular PLY property constructor
 
 PLYProperty (const std::string &idx_type, const std::string &type, const std::string &name, const unsigned pos)
 @(brief) PLY property list constructor
 
bool operator== (const PLYProperty &other) const
 list prop ctor
 

Public Attributes

std::string name
 name of PLY property
 
std::string type
 type of PLY property
 
std::string idx_type
 for list properties, type of number of elements
 
unsigned pos
 index of the property in element
 
bool is_list
 member is true of property is a list
 
PMPropTypes pmType
 type of information in PointMatcher
 
int pmRowID
 row id used in a DataPoints
 

Detailed Description

template<typename T>
struct PointMatcherIO< T >::PLYProperty

Interface for PLY property.


The documentation for this struct was generated from the following files: