|
Assimp
v4.1. (December 2018)
|
Represents data that is allocated on the heap, thus needs to be deleted. More...
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 |