Public Member Functions | Public Attributes
PointMatcherIO< T >::PLYProperty Struct Reference

Interface for PLY property. More...

#include <IO.h>

List of all members.

Public Member Functions

bool operator== (const PLYProperty &other) const
 list prop ctor
 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

Public Attributes

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

Detailed Description

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

Interface for PLY property.

Definition at line 267 of file IO.h.


Constructor & Destructor Documentation

template<typename T>
PointMatcherIO< T >::PLYProperty::PLYProperty ( ) [inline]

Default constructor. If used member values must be filled later.

Definition at line 280 of file IO.h.

template<typename T >
PointMatcherIO< T >::PLYProperty::PLYProperty ( const std::string &  type,
const std::string &  name,
const unsigned  pos 
)

@(brief) Regular PLY property constructor

Definition at line 1728 of file pointmatcher/IO.cpp.

template<typename T >
PointMatcherIO< T >::PLYProperty::PLYProperty ( const std::string &  idx_type,
const std::string &  type,
const std::string &  name,
const unsigned  pos 
)

@(brief) PLY property list constructor

Definition at line 1753 of file pointmatcher/IO.cpp.


Member Function Documentation

template<typename T >
bool PointMatcherIO< T >::PLYProperty::operator== ( const PLYProperty other) const

list prop ctor

Definition at line 1838 of file pointmatcher/IO.cpp.


Member Data Documentation

template<typename T>
std::string PointMatcherIO< T >::PLYProperty::idx_type

for list properties, type of number of elements

Definition at line 272 of file IO.h.

template<typename T>
bool PointMatcherIO< T >::PLYProperty::is_list

member is true of property is a list

Definition at line 274 of file IO.h.

template<typename T>
std::string PointMatcherIO< T >::PLYProperty::name

name of PLY property

Definition at line 270 of file IO.h.

template<typename T>
int PointMatcherIO< T >::PLYProperty::pmRowID

row id used in a DataPoints

Definition at line 278 of file IO.h.

template<typename T>
PMPropTypes PointMatcherIO< T >::PLYProperty::pmType

type of information in PointMatcher

Definition at line 277 of file IO.h.

template<typename T>
unsigned PointMatcherIO< T >::PLYProperty::pos

index of the property in element

Definition at line 273 of file IO.h.

template<typename T>
std::string PointMatcherIO< T >::PLYProperty::type

type of PLY property

Definition at line 271 of file IO.h.


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


libpointmatcher
Author(s):
autogenerated on Thu Jun 20 2019 19:51:33