Assimp
v4.1. (December 2018)
|
Structure that define root node. More...
Inherits CAMFImporter_NodeElement.
Public Member Functions | |
CAMFImporter_NodeElement_Root (CAMFImporter_NodeElement *pParent) | |
Constructor. More... | |
![]() | |
virtual | ~CAMFImporter_NodeElement () |
Destructor, virtual.. More... | |
Public Attributes | |
std::string | Unit |
The units to be used. May be "inch", "millimeter", "meter", "feet", or "micron". More... | |
std::string | Version |
Version of format. More... | |
![]() | |
std::list< CAMFImporter_NodeElement * > | Child |
Child elements. More... | |
std::string | ID |
ID of element. More... | |
CAMFImporter_NodeElement * | Parent |
Parent element. If nullptr then this node is root. More... | |
const EType | Type |
Type of element. More... | |
Additional Inherited Members | |
![]() | |
enum | EType { ENET_Color, ENET_Constellation, ENET_Coordinates, ENET_Edge, ENET_Instance, ENET_Material, ENET_Metadata, ENET_Mesh, ENET_Object, ENET_Root, ENET_Triangle, ENET_TexMap, ENET_Texture, ENET_Vertex, ENET_Vertices, ENET_Volume, ENET_Invalid } |
Define what data type contain node element. More... | |
![]() | |
CAMFImporter_NodeElement (const EType pType, CAMFImporter_NodeElement *pParent) | |
In constructor inheritor must set element type. More... | |
Structure that define root node.
|
inline |
Constructor.
[in] | pParent | - pointer to parent node. |
std::string CAMFImporter_NodeElement_Root::Unit |
The units to be used. May be "inch", "millimeter", "meter", "feet", or "micron".
std::string CAMFImporter_NodeElement_Root::Version |
Version of format.