|
Assimp
v4.1. (December 2018)
|
Class for an element instance list in a PLY file. More...
Public Member Functions | |
| ElementInstanceList () AI_NO_EXCEPT | |
| Default constructor. More... | |
Static Public Member Functions | |
| static bool | ParseInstanceList (IOStreamBuffer< char > &streamBuffer, std::vector< char > &buffer, const Element *pcElement, ElementInstanceList *p_pcOut, PLYImporter *loader) |
| Parse an element instance list. More... | |
| static bool | ParseInstanceListBinary (IOStreamBuffer< char > &streamBuffer, std::vector< char > &buffer, const char *&pCur, unsigned int &bufferSize, const Element *pcElement, ElementInstanceList *p_pcOut, PLYImporter *loader, 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.