Panda3D
Public Member Functions | Static Public Member Functions | Public Attributes

Geom::CacheEntry Class Reference

Inheritance diagram for Geom::CacheEntry:
GeomCacheEntry ReferenceCount MemoryBase

List of all members.

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

Detailed Description

Definition at line 252 of file geom.h.


Member Function Documentation

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.

Definition at line 1603 of file geom.cxx.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations