Assimp
v4.1. (December 2018)
|
Stores an OpenDDL-specific name. More...
Public Member Functions | |
Name (const Name &name) | |
Name (NameType type, Text *id) | |
The constructor with the type and the id. More... | |
~Name () | |
The destructor. More... | |
Public Attributes | |
Text * | m_id |
The id. More... | |
NameType | m_type |
The type of the name (. More... | |
Stores an OpenDDL-specific name.
The constructor with the type and the id.
type | [in] The name type. |
id | [in] The id. |
Name::Name | ( | const Name & | name | ) |
Name::~Name | ( | ) |
The destructor.
Text* Name::m_id |
The id.