Assimp  v4.1. (December 2018)
Context Struct Reference

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

DDLNodem_root
 The root node of the OpenDDL node tree. More...
 

Detailed Description

Stores the context of a parsed OpenDDL declaration.

Constructor & Destructor Documentation

◆ Context()

Context::Context ( )

Constructor for initialization.

◆ ~Context()

Context::~Context ( )

Destructor.

Member Function Documentation

◆ clear()

void Context::clear ( )

Clears the whole node tree.

Member Data Documentation

◆ m_root

DDLNode* Context::m_root

The root node of the OpenDDL node tree.


The documentation for this struct was generated from the following files: