Assimp
v4.1. (December 2018)
|
Parses the block structure of MD5MESH and MD5ANIM files (but does no further processing) More...
Public Member Functions | |
MD5Parser (char *buffer, unsigned int fileSize) | |
Constructs a new MD5Parser instance from an existing buffer. More... | |
void | ReportError (const char *error) |
void | ReportWarning (const char *warn) |
Static Public Member Functions | |
static AI_WONT_RETURN void | ReportError (const char *error, unsigned int line) AI_WONT_RETURN_SUFFIX |
Report a specific error message and throw an exception. More... | |
static void | ReportWarning (const char *warn, unsigned int line) |
Report a specific warning. More... | |
Public Attributes | |
SectionList | mSections |
List of all sections which have been read. More... | |
Parses the block structure of MD5MESH and MD5ANIM files (but does no further processing)
MD5Parser::MD5Parser | ( | char * | buffer, |
unsigned int | fileSize | ||
) |
Constructs a new MD5Parser instance from an existing buffer.
buffer | File buffer |
fileSize | Length of the file in bytes (excluding a terminal 0) |
|
static |
Report a specific error message and throw an exception.
error | Error message to be reported |
line | Index of the line where the error occurred |
|
inline |
|
static |
Report a specific warning.
warn | Warn message to be reported |
line | Index of the line where the error occurred |
|
inline |
SectionList Assimp::MD5::MD5Parser::mSections |
List of all sections which have been read.