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
 
int TextWidth
 
int TextHeight
 

Detailed Description

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

Definition at line 57 of file vtkOpenGLContextDevice2DPrivate.h.

Member Data Documentation

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

Definition at line 59 of file vtkOpenGLContextDevice2DPrivate.h.

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

Definition at line 60 of file vtkOpenGLContextDevice2DPrivate.h.

template<class Key>
int vtkTextureImageCache< Key >::CacheData::TextWidth

Definition at line 63 of file vtkOpenGLContextDevice2DPrivate.h.

template<class Key>
int vtkTextureImageCache< Key >::CacheData::TextHeight

Definition at line 64 of file vtkOpenGLContextDevice2DPrivate.h.


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