Assimp
v4.1. (December 2018)
|
This struct describe metavalue of type string. More...
Inherits CX3DImporter_NodeElement_Meta.
Public Member Functions | |
CX3DImporter_NodeElement_MetaString (CX3DImporter_NodeElement *pParent) | |
Constructor. More... | |
![]() | |
CX3DImporter_NodeElement_Meta (const EType pType, CX3DImporter_NodeElement *pParent) | |
In constructor inheritor must set element type. More... | |
![]() | |
virtual | ~CX3DImporter_NodeElement () |
The destructor, virtual. More... | |
Public Attributes | |
std::list< std::string > | Value |
Stored value. More... | |
![]() | |
std::string | Name |
Name of metadata object. More... | |
std::string | Reference |
If provided, it identifies the metadata standard or other specification that defines the name field. More... | |
![]() | |
std::list< CX3DImporter_NodeElement * > | Child |
Child elements. More... | |
std::string | ID |
ID of the element. Can be empty. In X3D synonym for "ID" attribute. More... | |
CX3DImporter_NodeElement * | Parent |
Parent element. If nullptr then this node is root. More... | |
const EType | Type |
This struct describe metavalue of type string.
|
inline |
Constructor.
[in] | pParent | - pointer to parent node. |
std::list<std::string> CX3DImporter_NodeElement_MetaString::Value |
Stored value.