Assimp
v3.1.1 (June 2014)
|
Class for an element instance list in a PLY file. More...
Public Member Functions | |
ElementInstanceList () | |
Default constructor. More... | |
Static Public Member Functions | |
static bool | ParseInstanceList (const char *pCur, const char **pCurOut, const Element *pcElement, ElementInstanceList *p_pcOut) |
Parse an element instance list. More... | |
static bool | ParseInstanceListBinary (const char *pCur, const char **pCurOut, const Element *pcElement, ElementInstanceList *p_pcOut, bool p_bBE) |
Parse a binary element instance list. More... | |
Public Attributes | |
std::vector< ElementInstance > | alInstances |
List of all element instances. More... | |
Class for an element instance list in a PLY file.
|
inline |
Default constructor.
|
static |
Parse an element instance list.
|
static |
Parse a binary element instance list.
std::vector< ElementInstance > Assimp::PLY::ElementInstanceList::alInstances |
List of all element instances.