Panda3D
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Geom::CacheKey Class Reference

Public Member Functions

 CacheKey (CacheKey &&from) noexcept
 
 CacheKey (const CacheKey &copy)
 
 CacheKey (const GeomVertexData *source_data, const GeomMunger *modifier)
 
 CPT (GeomMunger) _modifier
 
 CPT (GeomVertexData) _source_data
 
bool operator< (const CacheKey &other) const
 Provides a unique ordering within the map.
 

Detailed Description

Definition at line 256 of file geom.h.

Constructor & Destructor Documentation

◆ CacheKey() [1/3]

Geom::CacheKey::CacheKey ( const GeomVertexData * source_data,
const GeomMunger * modifier )
inline

Definition at line 432 of file geom.I.

◆ CacheKey() [2/3]

Geom::CacheKey::CacheKey ( const CacheKey & copy)
inline

Definition at line 442 of file geom.I.

◆ CacheKey() [3/3]

Geom::CacheKey::CacheKey ( CacheKey && from)
inlinenoexcept

Definition at line 452 of file geom.I.

Member Function Documentation

◆ operator<()

bool Geom::CacheKey::operator< ( const CacheKey & other) const
inline

Provides a unique ordering within the map.

Definition at line 462 of file geom.I.


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