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
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 136 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 146 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 1559 of file 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 1577 of file IO.cpp.


Member Function Documentation

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

list prop ctor

Definition at line 1749 of file 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 141 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 144 of file IO.h.

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

member is true of property is a list

Definition at line 143 of file IO.h.

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

name of PLY property

Definition at line 139 of file IO.h.

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

index of the property in element

Definition at line 142 of file IO.h.

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

type of PLY property

Definition at line 140 of file IO.h.


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


upstream_src
Author(s):
autogenerated on Wed Sep 24 2014 10:42:01