#include <vtkOpenGLContextDevice2DPrivate.h>
List of all members.
Detailed Description
template<class Key>
class vtkTextureImageCache< Key >
Definition at line 48 of file vtkOpenGLContextDevice2DPrivate.h.
Constructor & Destructor Documentation
Member Function Documentation
Search the cache list to see if a given key already exists. Returns true if the key is found, false otherwise.
Definition at line 95 of file vtkOpenGLContextDevice2DPrivate.h.
Return the cache associated to a key. If the key doesn't exist yet in the cache list, create a new cache. The returned cache is moved at the begining of the cache list for faster search next time. The most use cache is faster to be searched.
Definition at line 147 of file vtkOpenGLContextDevice2DPrivate.h.
Add a new cache entree into the cache list. Enforce the MaxSize size of the list by removing the least used cache if needed.
Definition at line 124 of file vtkOpenGLContextDevice2DPrivate.h.
Member Data Documentation
The documentation for this class was generated from the following file: