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

GeomVertexData::CacheEntry Class Reference

Inheritance diagram for GeomVertexData::CacheEntry:
GeomCacheEntry ReferenceCount MemoryBase

List of all members.

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

Detailed Description

Definition at line 243 of file geomVertexData.h.


Member Function Documentation

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.


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