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

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

Public Attributes

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

Detailed Description

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

Interface for PLY property.

Definition at line 267 of file IO.h.

Constructor & Destructor Documentation

◆ PLYProperty() [1/3]

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.

◆ PLYProperty() [2/3]

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.

◆ PLYProperty() [3/3]

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

◆ operator==()

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

◆ idx_type

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.

◆ is_list

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.

◆ name

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

name of PLY property

Definition at line 270 of file IO.h.

◆ pmRowID

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

row id used in a DataPoints

Definition at line 278 of file IO.h.

◆ pmType

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

type of information in PointMatcher

Definition at line 277 of file IO.h.

◆ pos

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

index of the property in element

Definition at line 273 of file IO.h.

◆ type

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 Sat May 27 2023 02:38:04