VTK
Public Member Functions | Public Attributes | List of all members
vtkVolumeTexture::VolumeBlock Struct Reference

#include <vtkVolumeTexture.h>

Collaboration diagram for vtkVolumeTexture::VolumeBlock:
[legend]

Public Member Functions

 VolumeBlock (vtkImageData *imData, vtkTextureObject *tex, Size3 const &texSize)
 

Public Attributes

vtkImageDataImageData
 
vtkTextureObjectTextureObject
 
Size3 TextureSize
 
vtkIdType TupleIndex
 
vtkNew< vtkMatrix4x4TextureToDataset
 
vtkNew< vtkMatrix4x4TextureToDatasetInv
 
double CellScale [3]
 
float CellStep [3]
 
double DatasetStepSize [3]
 
double LoadedBounds [6]
 LoadedBounds are corrected for cell-data (if that is the case). More...
 
int Extents [6]
 

Detailed Description

Definition at line 95 of file vtkVolumeTexture.h.

Constructor & Destructor Documentation

vtkVolumeTexture::VolumeBlock::VolumeBlock ( vtkImageData imData,
vtkTextureObject tex,
Size3 const &  texSize 
)
inline

Definition at line 97 of file vtkVolumeTexture.h.

Member Data Documentation

vtkImageData* vtkVolumeTexture::VolumeBlock::ImageData

Definition at line 113 of file vtkVolumeTexture.h.

vtkTextureObject* vtkVolumeTexture::VolumeBlock::TextureObject

Definition at line 114 of file vtkVolumeTexture.h.

Size3 vtkVolumeTexture::VolumeBlock::TextureSize

Definition at line 115 of file vtkVolumeTexture.h.

vtkIdType vtkVolumeTexture::VolumeBlock::TupleIndex

Definition at line 116 of file vtkVolumeTexture.h.

vtkNew<vtkMatrix4x4> vtkVolumeTexture::VolumeBlock::TextureToDataset

Definition at line 117 of file vtkVolumeTexture.h.

vtkNew<vtkMatrix4x4> vtkVolumeTexture::VolumeBlock::TextureToDatasetInv

Definition at line 118 of file vtkVolumeTexture.h.

double vtkVolumeTexture::VolumeBlock::CellScale[3]

Definition at line 120 of file vtkVolumeTexture.h.

float vtkVolumeTexture::VolumeBlock::CellStep[3]

Definition at line 121 of file vtkVolumeTexture.h.

double vtkVolumeTexture::VolumeBlock::DatasetStepSize[3]

Definition at line 122 of file vtkVolumeTexture.h.

double vtkVolumeTexture::VolumeBlock::LoadedBounds[6]

LoadedBounds are corrected for cell-data (if that is the case).

So they are not equivalent to vtkImageData::GetBounds().

Definition at line 128 of file vtkVolumeTexture.h.

int vtkVolumeTexture::VolumeBlock::Extents[6]

Definition at line 129 of file vtkVolumeTexture.h.


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