HDK
|
#include <RE_CachedObject.h>
Public Member Functions | |
RE_BBoxData (const UT_BoundingBox &bbox) | |
~RE_BBoxData () override | |
const char * | className () const override |
int64 | getMemoryUsage (bool inclusive) const override |
Public Member Functions inherited from RE_CachedExtraData | |
RE_CachedExtraData () | |
virtual void | cacheFree () |
void | incref () |
void | decref () |
int | refCount () const |
Public Attributes | |
UT_BoundingBoxD | myBBox |
Additional Inherited Members | |
Protected Member Functions inherited from RE_CachedExtraData | |
virtual | ~RE_CachedExtraData () |
Definition at line 293 of file RE_CachedObject.h.
|
inline |
Definition at line 296 of file RE_CachedObject.h.
|
inlineoverride |
Definition at line 297 of file RE_CachedObject.h.
|
inlineoverridevirtual |
Reimplemented from RE_CachedExtraData.
Definition at line 299 of file RE_CachedObject.h.
|
inlineoverridevirtual |
Returns the amount of main memory (NOT graphics memory!) owned by this RE_BBoxData.
Implements RE_CachedExtraData.
Definition at line 303 of file RE_CachedObject.h.
UT_BoundingBoxD RE_BBoxData::myBBox |
Definition at line 309 of file RE_CachedObject.h.