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, const bool is_feature=false)
 @(brief) Regular PLY property constructor
 PLYProperty (const std::string &idx_type, const std::string &type, const std::string &name, const unsigned pos, const bool is_feature=false)
 @(brief) PLY property list constructor

Public Attributes

std::string idx_type
 for list properties, type of number of elements
bool is_feature
 member is true if is a PM feature, if not, it is a descriptor
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 219 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 235 of file IO.h.

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

@(brief) Regular PLY property constructor

Definition at line 1640 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,
const bool  is_feature = false 
)

@(brief) PLY property list constructor

Definition at line 1666 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 1772 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 224 of file IO.h.

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

member is true if is a PM feature, if not, it is a descriptor

Definition at line 233 of file IO.h.

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

member is true of property is a list

Definition at line 226 of file IO.h.

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

name of PLY property

Definition at line 222 of file IO.h.

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

row id used in a DataPoints

Definition at line 230 of file IO.h.

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

type of information in PointMatcher

Definition at line 229 of file IO.h.

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

index of the property in element

Definition at line 225 of file IO.h.

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

type of PLY property

Definition at line 223 of file IO.h.


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


upstream_src
Author(s):
autogenerated on Mon Oct 6 2014 10:27:42