SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Public Member Functions | Public Attributes | List of all members
smtk::geometry::Cache< BaseClass >::CacheEntry Struct Reference

The values held by the geometry cache. More...

#include <Cache.h>

Public Member Functions

 CacheEntry (CacheEntry &&) noexcept=default
 
 CacheEntry (const CacheEntry &)=default
 
 CacheEntry (GenerationNumber gen, const DataType &data)
 
CacheEntryoperator= (const CacheEntry &)=default
 
bool isValid () const
 

Public Attributes

GenerationNumber m_generation
 A generation number or Invalid.
 
DataType m_geometry
 Geometry held by the cache.
 

Detailed Description

template<typename BaseClass>
struct smtk::geometry::Cache< BaseClass >::CacheEntry

The values held by the geometry cache.


The documentation for this struct was generated from the following file: