Assimp
v3.1.1 (June 2014)
|
Class for an element instance in a PLY file. More...
Public Member Functions | |
ElementInstance () | |
Default constructor. More... | |
Static Public Member Functions | |
static bool | ParseInstance (const char *&pCur, const Element *pcElement, ElementInstance *p_pcOut) |
Parse an element instance. More... | |
static bool | ParseInstanceBinary (IOStreamBuffer< char > &streamBuffer, std::vector< char > &buffer, const char *&pCur, unsigned int &bufferSize, 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.