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 More... | |
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 More... | |
Private Types | |
enum | ElementTypes { VERTEX, UNSUPPORTED } |
Static Private Member Functions | |
static ElementTypes | getElementType (const std::string &elem_name) |
Factory for PLY elements.
|
private |
|
static |
factory function, build element defined by name with elem_num elements
Definition at line 1812 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 1805 of file pointmatcher/IO.cpp.
|
staticprivate |
Definition at line 1789 of file pointmatcher/IO.cpp.