|
Assimp v3.1.1 (June 2014)
|
Class for an element instance in a PLY file. More...
#include <PlyParser.h>
Public Member Functions | |
| ElementInstance () | |
| Default constructor. More... | |
Static Public Member Functions | |
| static bool | ParseInstance (const char *pCur, const char **pCurOut, const Element *pcElement, ElementInstance *p_pcOut) |
| Parse an element instance. More... | |
| static bool | ParseInstanceBinary (const char *pCur, const char **pCurOut, const Element *pcElement, ElementInstance *p_pcOut, bool p_bBE) |
| Parse a binary element instance. More... | |
Public Attributes | |
| std::vector< PropertyInstance > | alProperties |
| List of all parsed properties. More... | |
Class for an element instance in a PLY file.
|
inline |
Default constructor.
|
static |
Parse an element instance.
|
static |
Parse a binary element instance.
| std::vector< PropertyInstance > Assimp::PLY::ElementInstance::alProperties |
List of all parsed properties.