|
HDK
|
#include <GVEX_GeoCache.h>
Public Member Functions | |
| GVEX_GeoCacheItem () | |
| template<typename T > | |
| GVEX_GeoCacheItem (const T *value) | |
| template<typename T > | |
| const T * | get () const |
An item in the geometry cache, which can be a pointer to anything. The cache will take over ownership of the pointer and delete it at the appropriate time.
Definition at line 65 of file GVEX_GeoCache.h.
|
inline |
Definition at line 68 of file GVEX_GeoCache.h.
|
inline |
Definition at line 73 of file GVEX_GeoCache.h.
|
inline |
Access this item's data. The type must match, otherwise an exception will be thrown.
Definition at line 80 of file GVEX_GeoCache.h.