Public Member Functions | |
CacheEntry (Geom *source, const GeomVertexData *source_data, const GeomMunger *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 |
Geom * | _source |
void Geom::CacheEntry::evict_callback | ( | ) | [virtual] |
Called when the entry is evicted from the cache, this should clean up the owning object appropriately.
Reimplemented from GeomCacheEntry.