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 209 of file GVEX_GeoCache.h.
|
inline |
Definition at line 212 of file GVEX_GeoCache.h.
|
inline |
Definition at line 217 of file GVEX_GeoCache.h.
|
inline |
Access this item's data. The type must match, otherwise an exception will be thrown.
Definition at line 224 of file GVEX_GeoCache.h.