|
Assimp
v4.1. (December 2018)
|
Stores the context of a parsed OpenDDL declaration. More...
Public Member Functions | |
| void | clear () |
| Clears the whole node tree. More... | |
| Context () | |
| Constructor for initialization. More... | |
| ~Context () | |
| Destructor. More... | |
Public Attributes | |
| DDLNode * | m_root |
| The root node of the OpenDDL node tree. More... | |
Stores the context of a parsed OpenDDL declaration.
| Context::Context | ( | ) |
Constructor for initialization.
| Context::~Context | ( | ) |
Destructor.
| void Context::clear | ( | ) |
Clears the whole node tree.
| DDLNode* Context::m_root |
The root node of the OpenDDL node tree.