Assimp  v3.1.1 (June 2014)
Assimp::MD5::Element Struct Reference

Represents a single element in a MD5 file. More...

Public Attributes

unsigned int iLineNumber
 Original line number (can be used in error messages if a parsing error occurs) More...
 
char * szStart
 Points to the starting point of the element Whitespace at the beginning and at the end have been removed, Elements are terminated with \0. More...
 

Detailed Description

Represents a single element in a MD5 file.

Elements are always contained in sections.

Member Data Documentation

§ iLineNumber

unsigned int Assimp::MD5::Element::iLineNumber

Original line number (can be used in error messages if a parsing error occurs)

§ szStart

char* Assimp::MD5::Element::szStart

Points to the starting point of the element Whitespace at the beginning and at the end have been removed, Elements are terminated with \0.


The documentation for this struct was generated from the following file: