Panda3D
Loading...
Searching...
No Matches
Geom::CacheKey Class Reference

Public Member Functions

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

Public Attributes

ConstPointerTo< GeomMunger_modifier
 
ConstPointerTo< GeomVertexData_source_data
 

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.

Member Data Documentation

◆ _modifier

ConstPointerTo< GeomMunger > Geom::CacheKey::_modifier

Definition at line 266 of file geom.h.

◆ _source_data

ConstPointerTo< GeomVertexData > Geom::CacheKey::_source_data

Definition at line 265 of file geom.h.


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