VTK  9.3.20240419
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 51 of file vtkOpenGLContextDevice2DPrivate.h.

Member Data Documentation

◆ ImageData

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

Definition at line 53 of file vtkOpenGLContextDevice2DPrivate.h.

◆ Texture

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

Definition at line 54 of file vtkOpenGLContextDevice2DPrivate.h.

◆ Metrics

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

Definition at line 57 of file vtkOpenGLContextDevice2DPrivate.h.


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