Assimp  v3.1.1 (June 2014)
Assimp::MDL::IntGroupInfo_MDL7 Struct Reference

Describes a MDL7 mesh group. More...

Public Member Functions

 IntGroupInfo_MDL7 ()
 Default constructor. More...
 
 IntGroupInfo_MDL7 (BE_NCONST MDL::Group_MDL7 *_pcGroup, unsigned int _iIndex)
 Construction from an existing group header. More...
 

Public Attributes

unsigned int iIndex
 Index of the group. More...
 
BE_NCONST MDL::Group_MDL7pcGroup
 Points to the header of the group. More...
 
MDL::Triangle_MDL7pcGroupTris
 Points to the beginning of the triangle section. More...
 
BE_NCONST MDL::TexCoord_MDL7pcGroupUVs
 Points to the beginning of the uv coordinate section. More...
 
BE_NCONST MDL::Vertex_MDL7pcGroupVerts
 Points to the beginning of the vertex section. More...
 

Detailed Description

Describes a MDL7 mesh group.

Constructor & Destructor Documentation

Assimp::MDL::IntGroupInfo_MDL7::IntGroupInfo_MDL7 ( )
inline

Default constructor.

Assimp::MDL::IntGroupInfo_MDL7::IntGroupInfo_MDL7 ( BE_NCONST MDL::Group_MDL7 _pcGroup,
unsigned int  _iIndex 
)
inline

Construction from an existing group header.

Member Data Documentation

unsigned int Assimp::MDL::IntGroupInfo_MDL7::iIndex

Index of the group.

BE_NCONST MDL::Group_MDL7* Assimp::MDL::IntGroupInfo_MDL7::pcGroup

Points to the header of the group.

MDL::Triangle_MDL7* Assimp::MDL::IntGroupInfo_MDL7::pcGroupTris

Points to the beginning of the triangle section.

BE_NCONST MDL::TexCoord_MDL7* Assimp::MDL::IntGroupInfo_MDL7::pcGroupUVs

Points to the beginning of the uv coordinate section.

BE_NCONST MDL::Vertex_MDL7* Assimp::MDL::IntGroupInfo_MDL7::pcGroupVerts

Points to the beginning of the vertex section.


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