VTK
Public Member Functions | List of all members
vtkTextureImageCache< Key >::CacheElement Struct Reference

CacheElement associates a unique key to some cache. More...

#include <vtkOpenGLContextDevice2DPrivate.h>

Inherits pair< Key, CacheData >, and pair< Key, CacheData >.

Public Member Functions

 CacheElement ()
 
 CacheElement (const Key &key)
 
 CacheElement (const Key &key, const CacheData &cacheData)
 
bool operator== (const CacheElement &other) const
 
 CacheElement ()
 
 CacheElement (const Key &key)
 
 CacheElement (const Key &key, const CacheData &cacheData)
 
bool operator== (const CacheElement &other) const
 

Detailed Description

template<class Key>
struct vtkTextureImageCache< Key >::CacheElement

CacheElement associates a unique key to some cache.

Definition at line 72 of file vtkOpenGLContextDevice2DPrivate.h.

Constructor & Destructor Documentation

◆ CacheElement() [1/6]

template<class Key>
vtkTextureImageCache< Key >::CacheElement::CacheElement ( )
inline

Definition at line 75 of file vtkOpenGLContextDevice2DPrivate.h.

◆ CacheElement() [2/6]

template<class Key>
vtkTextureImageCache< Key >::CacheElement::CacheElement ( const Key &  key)
inline

Definition at line 80 of file vtkOpenGLContextDevice2DPrivate.h.

◆ CacheElement() [3/6]

template<class Key>
vtkTextureImageCache< Key >::CacheElement::CacheElement ( const Key &  key,
const CacheData cacheData 
)
inline

Definition at line 83 of file vtkOpenGLContextDevice2DPrivate.h.

◆ CacheElement() [4/6]

template<class Key>
vtkTextureImageCache< Key >::CacheElement::CacheElement ( )
inline

Definition at line 76 of file vtkOpenGLContextDevice2DPrivate.h.

◆ CacheElement() [5/6]

template<class Key>
vtkTextureImageCache< Key >::CacheElement::CacheElement ( const Key &  key)
inline

Definition at line 81 of file vtkOpenGLContextDevice2DPrivate.h.

◆ CacheElement() [6/6]

template<class Key>
vtkTextureImageCache< Key >::CacheElement::CacheElement ( const Key &  key,
const CacheData cacheData 
)
inline

Definition at line 84 of file vtkOpenGLContextDevice2DPrivate.h.

Member Function Documentation

◆ operator==() [1/2]

template<class Key>
bool vtkTextureImageCache< Key >::CacheElement::operator== ( const CacheElement other) const
inline

Definition at line 87 of file vtkOpenGLContextDevice2DPrivate.h.

◆ operator==() [2/2]

template<class Key>
bool vtkTextureImageCache< Key >::CacheElement::operator== ( const CacheElement other) const
inline

Definition at line 88 of file vtkOpenGLContextDevice2DPrivate.h.


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