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 1915 of file pointmatcher/IO.cpp.
| template 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 1908 of file pointmatcher/IO.cpp.
| 
 | staticprivate | 
Definition at line 1892 of file pointmatcher/IO.cpp.