|
Assimp v3.1.1 (June 2014)
|
Represents data that is allocated on the heap, thus needs to be deleted. More...
#include <BaseProcess.h>
Inherits Assimp::SharedPostProcessInfo::Base.
Public Member Functions | |
| THeapData (T *in) | |
| ~THeapData () | |
Public Member Functions inherited from Assimp::SharedPostProcessInfo::Base | |
| virtual | ~Base () |
Public Attributes | |
| T * | data |
Represents data that is allocated on the heap, thus needs to be deleted.
|
inlineexplicit |
|
inline |
| T* Assimp::SharedPostProcessInfo::THeapData< T >::data |