|
Assimp
v4.1. (December 2018)
|
Data structure for a face in a LWO file. More...
Inherits aiFace.
Public Member Functions | |
| Face () AI_NO_EXCEPT | |
| Default construction. More... | |
| Face (const Face &f) | |
| Copy construction. More... | |
| Face (uint32_t _type) | |
| Construction from given type. More... | |
| Face & | operator= (const LWO::Face &f) |
| Assignment operator. More... | |
Public Member Functions inherited from aiFace | |
| aiFace () AI_NO_EXCEPT | |
| 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... | |
Public Attributes inherited from aiFace | |
| 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.