VTK
|
#include <vtkVolumeTexture.h>
Public Member Functions | |
VolumeBlock (vtkImageData *imData, vtkTextureObject *tex, Size3 const &texSize) | |
Public Attributes | |
vtkImageData * | ImageData |
vtkTextureObject * | TextureObject |
Size3 | TextureSize |
vtkIdType | TupleIndex |
vtkNew< vtkMatrix4x4 > | TextureToDataset |
vtkNew< vtkMatrix4x4 > | TextureToDatasetInv |
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] |
Definition at line 95 of file vtkVolumeTexture.h.
|
inline |
Definition at line 97 of file vtkVolumeTexture.h.
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.