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

Represents a section of a MD5 file (such as the mesh or the joints section) More...

Public Attributes

unsigned int iLineNumber
 Original line number (can be used in error messages if a parsing error occurs) More...
 
ElementList mElements
 List of all elements which have been parsed in this section. More...
 
std::string mGlobalValue
 For global elements: the value of the element as string Iif !length() the section is not a global element. More...
 
std::string mName
 Name of the section. More...
 

Detailed Description

Represents a section of a MD5 file (such as the mesh or the joints section)

A section is always enclosed in { and } brackets.

Member Data Documentation

unsigned int Assimp::MD5::Section::iLineNumber

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

ElementList Assimp::MD5::Section::mElements

List of all elements which have been parsed in this section.

std::string Assimp::MD5::Section::mGlobalValue

For global elements: the value of the element as string Iif !length() the section is not a global element.

std::string Assimp::MD5::Section::mName

Name of the section.


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