HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GVEX_GeoCacheItem Class Reference

#include <GVEX_GeoCache.h>

Public Member Functions

 GVEX_GeoCacheItem ()
 
template<typename T >
 GVEX_GeoCacheItem (const T *value)
 
template<typename T >
const Tget () const
 

Detailed Description

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.

Constructor & Destructor Documentation

GVEX_GeoCacheItem::GVEX_GeoCacheItem ( )
inline

Definition at line 212 of file GVEX_GeoCache.h.

template<typename T >
GVEX_GeoCacheItem::GVEX_GeoCacheItem ( const T value)
inline

Definition at line 217 of file GVEX_GeoCache.h.

Member Function Documentation

template<typename T >
const T* GVEX_GeoCacheItem::get ( ) const
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.


The documentation for this class was generated from the following file: