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< vtkTexture > Texture
 

Detailed Description

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

Definition at line 51 of file vtkOpenGLContextDevice2DPrivate.h.

Member Data Documentation

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

Definition at line 53 of file vtkOpenGLContextDevice2DPrivate.h.

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

Definition at line 54 of file vtkOpenGLContextDevice2DPrivate.h.


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