Factory for PLY elements. More...
#include <IO.h>
Public Member Functions | |
| bool | elementSupported (const std::string &elem_name) |
| returns true if element named elem_name is supported by this parser | |
Static Public Member Functions | |
| static PLYElement * | createElement (const std::string &elem_name, const int elem_num, const unsigned offset) |
| factory function, build element defined by name with elem_num elements | |
Private Types | |
| enum | ElementTypes { VERTEX, UNSUPPORTED } |
Static Private Member Functions | |
| static ElementTypes | getElementType (const std::string &elem_name) |
Factory for PLY elements.
enum PointMatcherIO::PLYElementF::ElementTypes [private] |
| PointMatcherIO< T >::PLYElement * PointMatcherIO< T >::PLYElementF::createElement | ( | const std::string & | elem_name, |
| const int | elem_num, | ||
| const unsigned | offset | ||
| ) | [static] |
factory function, build element defined by name with elem_num elements
Definition at line 1760 of file pointmatcher/IO.cpp.
| bool PointMatcherIO< T >::PLYElementF::elementSupported | ( | const std::string & | elem_name | ) |
returns true if element named elem_name is supported by this parser
Definition at line 1754 of file pointmatcher/IO.cpp.
| PointMatcherIO< T >::PLYElementF::ElementTypes PointMatcherIO< T >::PLYElementF::getElementType | ( | const std::string & | elem_name | ) | [static, private] |
Definition at line 1739 of file pointmatcher/IO.cpp.