Public Member Functions | |
CacheEntry (GeomVertexData *source, const GeomVertexFormat *modifier) | |
virtual void | evict_callback () |
Called when the entry is evicted from the cache, this should clean up the owning object appropriately. | |
virtual void | output (ostream &out) const |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
Public Attributes | |
PipelineCycler< CDataCache > | _cycler |
CacheKey | _key |
GeomVertexData * | _source |
Definition at line 243 of file geomVertexData.h.
void GeomVertexData::CacheEntry::evict_callback | ( | ) | [virtual] |
Called when the entry is evicted from the cache, this should clean up the owning object appropriately.
Reimplemented from GeomCacheEntry.
Definition at line 2125 of file geomVertexData.cxx.