VTK
Public Attributes | List of all members
vtkTextureImageCache< Key >::CacheData Struct Reference

#include <vtkOpenGLContextDevice2DPrivate.h>

Collaboration diagram for vtkTextureImageCache< Key >::CacheData:
[legend]

Public Attributes

vtkSmartPointer< vtkImageDataImageData
 
vtkSmartPointer< vtkTextureTexture
 
vtkTextRenderer::Metrics Metrics
 

Detailed Description

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

Definition at line 62 of file vtkOpenGLContextDevice2DPrivate.h.

Member Data Documentation

template<class Key>
vtkSmartPointer<vtkImageData> vtkTextureImageCache< Key >::CacheData::ImageData

Definition at line 64 of file vtkOpenGLContextDevice2DPrivate.h.

template<class Key>
vtkSmartPointer<vtkTexture> vtkTextureImageCache< Key >::CacheData::Texture

Definition at line 65 of file vtkOpenGLContextDevice2DPrivate.h.

template<class Key>
vtkTextRenderer::Metrics vtkTextureImageCache< Key >::CacheData::Metrics

Definition at line 68 of file vtkOpenGLContextDevice2DPrivate.h.


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