Assimp
v3.1.1 (June 2014)
|
Data structure for a face in a LWO file. More...
Inherits aiFace.
Public Member Functions | |
Face () | |
Default construction. More... | |
Face (uint32_t _type) | |
Construction from given type. More... | |
Face (const Face &f) | |
Copy construction. More... | |
Face & | operator= (const LWO::Face &f) |
Assignment operator. More... | |
![]() | |
aiFace () | |
Default constructor. More... | |
aiFace (const aiFace &o) | |
Copy constructor. Copy the index array. More... | |
bool | operator!= (const aiFace &o) const |
Inverse comparison operator. More... | |
aiFace & | operator= (const aiFace &o) |
Assignment operator. Copy the index array. More... | |
bool | operator== (const aiFace &o) const |
Comparison operator. More... | |
~aiFace () | |
Default destructor. Delete the index array. More... | |
Public Attributes | |
unsigned int | smoothGroup |
Smooth group this face is assigned to. More... | |
unsigned int | surfaceIndex |
Zero-based index into tags chunk. More... | |
uint32_t | type |
Type of face. More... | |
![]() | |
unsigned int * | mIndices |
Pointer to the indices array. Size of the array is given in numIndices. More... | |
unsigned int | mNumIndices |
Number of indices defining this face. More... | |
Data structure for a face in a LWO file.
|
inline |
Default construction.
|
inlineexplicit |
Construction from given type.
|
inline |
Copy construction.
unsigned int Assimp::LWO::Face::smoothGroup |
Smooth group this face is assigned to.
unsigned int Assimp::LWO::Face::surfaceIndex |
Zero-based index into tags chunk.