Assimp  v3.1.1 (June 2014)
Assimp::Ogre::IndexData Class Reference

Public Member Functions

size_t FaceSize () const
 Face size in bytes. More...
 
 IndexData ()
 
size_t IndexSize () const
 Index size in bytes. More...
 
void Reset ()
 Releases all memory that this data structure owns. More...
 
 ~IndexData ()
 

Public Attributes

MemoryStreamPtr buffer
 Index buffer. More...
 
uint32_t count
 Index count. More...
 
uint32_t faceCount
 Face count. More...
 
bool is32bit
 If has 32-bit indexes. More...
 

Constructor & Destructor Documentation

Assimp::Ogre::IndexData::IndexData ( )
Assimp::Ogre::IndexData::~IndexData ( )

Member Function Documentation

size_t Assimp::Ogre::IndexData::FaceSize ( ) const

Face size in bytes.

size_t Assimp::Ogre::IndexData::IndexSize ( ) const

Index size in bytes.

void Assimp::Ogre::IndexData::Reset ( )

Releases all memory that this data structure owns.

Member Data Documentation

MemoryStreamPtr Assimp::Ogre::IndexData::buffer

Index buffer.

uint32_t Assimp::Ogre::IndexData::count

Index count.

uint32_t Assimp::Ogre::IndexData::faceCount

Face count.

bool Assimp::Ogre::IndexData::is32bit

If has 32-bit indexes.


The documentation for this class was generated from the following files: