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()
Parse the DOM for a PLY file.
The input string is assumed to be terminated with zero
◆ ParseInstanceBinary()
◆ SkipComments()
bool PLY::DOM::SkipComments |
( |
std::vector< char > & |
buffer | ) |
|
|
static |
Skip all comment lines after this.
◆ SkipLine()
bool PLY::DOM::SkipLine |
( |
std::vector< char > & |
buffer | ) |
|
|
static |
◆ SkipSpaces()
bool PLY::DOM::SkipSpaces |
( |
std::vector< char > & |
buffer | ) |
|
|
static |
◆ SkipSpacesAndLineEnd()
bool PLY::DOM::SkipSpacesAndLineEnd |
( |
std::vector< char > & |
buffer | ) |
|
|
static |
◆ TokenMatch()
bool PLY::DOM::TokenMatch |
( |
std::vector< char > & |
buffer, |
|
|
const char * |
token, |
|
|
unsigned int |
len |
|
) |
| |
|
static |
◆ 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: