Class to represent the document object model of an ASCII or binary (both little and big-endian) PLY file.
More...
Class to represent the document object model of an ASCII or binary (both little and big-endian) PLY file.
◆ DOM()
Assimp::PLY::DOM::DOM |
( |
| ) |
|
|
inline |
◆ ParseInstance()
bool PLY::DOM::ParseInstance |
( |
const char * |
pCur, |
|
|
DOM * |
p_pcOut |
|
) |
| |
|
static |
Parse the DOM for a PLY file.
The input string is assumed to be terminated with zero
◆ ParseInstanceBinary()
bool PLY::DOM::ParseInstanceBinary |
( |
const char * |
pCur, |
|
|
DOM * |
p_pcOut, |
|
|
bool |
p_bBE |
|
) |
| |
|
static |
◆ SkipComments()
bool PLY::DOM::SkipComments |
( |
const char * |
pCur, |
|
|
const char ** |
pCurOut |
|
) |
| |
|
static |
Skip all comment lines after this.
◆ alElementData
Contains the real data of each element's instance list.
◆ alElements
std::vector<Element> Assimp::PLY::DOM::alElements |
Contains all elements of the file format.
The documentation for this class was generated from the following files: