VTK
Public Attributes | List of all members
vtkVolumeRayCastStaticInfo Struct Reference

#include <vtkVolumeRayCastFunction.h>

Collaboration diagram for vtkVolumeRayCastStaticInfo:
[legend]

Public Attributes

vtkVolumeVolume
 
vtkRendererRenderer
 
float WorldToVoxelsMatrix [16]
 
float VoxelsToWorldMatrix [16]
 
float ViewToVoxelsMatrix [16]
 
floatClippingPlane
 
int NumberOfClippingPlanes
 
float CameraThickness
 
int ScalarDataType
 
void * ScalarDataPointer
 
vtkIdType DataIncrement [3]
 
int DataSize [3]
 
double DataSpacing [3]
 
double DataOrigin [3]
 
int Shading
 
int ColorChannels
 
float Color [3]
 
int InterpolationType
 
floatRedDiffuseShadingTable
 
floatGreenDiffuseShadingTable
 
floatBlueDiffuseShadingTable
 
floatRedSpecularShadingTable
 
floatGreenSpecularShadingTable
 
floatBlueSpecularShadingTable
 
unsigned short * EncodedNormals
 
unsigned char * GradientMagnitudes
 
int ImageInUseSize [2]
 
int ImageMemorySize [2]
 
int ImageViewportSize [2]
 
int ImageOrigin [2]
 
unsigned char * Image
 
intRowBounds
 
int MIPFunction
 
int MaximizeOpacity
 

Detailed Description

Definition at line 70 of file vtkVolumeRayCastFunction.h.

Member Data Documentation

◆ Volume

vtkVolume* vtkVolumeRayCastStaticInfo::Volume

Definition at line 73 of file vtkVolumeRayCastFunction.h.

◆ Renderer

vtkRenderer* vtkVolumeRayCastStaticInfo::Renderer

Definition at line 76 of file vtkVolumeRayCastFunction.h.

◆ WorldToVoxelsMatrix

float vtkVolumeRayCastStaticInfo::WorldToVoxelsMatrix[16]

Definition at line 79 of file vtkVolumeRayCastFunction.h.

◆ VoxelsToWorldMatrix

float vtkVolumeRayCastStaticInfo::VoxelsToWorldMatrix[16]

Definition at line 80 of file vtkVolumeRayCastFunction.h.

◆ ViewToVoxelsMatrix

float vtkVolumeRayCastStaticInfo::ViewToVoxelsMatrix[16]

Definition at line 81 of file vtkVolumeRayCastFunction.h.

◆ ClippingPlane

float* vtkVolumeRayCastStaticInfo::ClippingPlane

Definition at line 83 of file vtkVolumeRayCastFunction.h.

◆ NumberOfClippingPlanes

int vtkVolumeRayCastStaticInfo::NumberOfClippingPlanes

Definition at line 84 of file vtkVolumeRayCastFunction.h.

◆ CameraThickness

float vtkVolumeRayCastStaticInfo::CameraThickness

Definition at line 88 of file vtkVolumeRayCastFunction.h.

◆ ScalarDataType

int vtkVolumeRayCastStaticInfo::ScalarDataType

Definition at line 92 of file vtkVolumeRayCastFunction.h.

◆ ScalarDataPointer

void* vtkVolumeRayCastStaticInfo::ScalarDataPointer

Definition at line 93 of file vtkVolumeRayCastFunction.h.

◆ DataIncrement

vtkIdType vtkVolumeRayCastStaticInfo::DataIncrement[3]

Definition at line 94 of file vtkVolumeRayCastFunction.h.

◆ DataSize

int vtkVolumeRayCastStaticInfo::DataSize[3]

Definition at line 95 of file vtkVolumeRayCastFunction.h.

◆ DataSpacing

double vtkVolumeRayCastStaticInfo::DataSpacing[3]

Definition at line 96 of file vtkVolumeRayCastFunction.h.

◆ DataOrigin

double vtkVolumeRayCastStaticInfo::DataOrigin[3]

Definition at line 97 of file vtkVolumeRayCastFunction.h.

◆ Shading

int vtkVolumeRayCastStaticInfo::Shading

Definition at line 100 of file vtkVolumeRayCastFunction.h.

◆ ColorChannels

int vtkVolumeRayCastStaticInfo::ColorChannels

Definition at line 101 of file vtkVolumeRayCastFunction.h.

◆ Color

float vtkVolumeRayCastStaticInfo::Color[3]

Definition at line 102 of file vtkVolumeRayCastFunction.h.

◆ InterpolationType

int vtkVolumeRayCastStaticInfo::InterpolationType

Definition at line 103 of file vtkVolumeRayCastFunction.h.

◆ RedDiffuseShadingTable

float* vtkVolumeRayCastStaticInfo::RedDiffuseShadingTable

Definition at line 107 of file vtkVolumeRayCastFunction.h.

◆ GreenDiffuseShadingTable

float* vtkVolumeRayCastStaticInfo::GreenDiffuseShadingTable

Definition at line 108 of file vtkVolumeRayCastFunction.h.

◆ BlueDiffuseShadingTable

float* vtkVolumeRayCastStaticInfo::BlueDiffuseShadingTable

Definition at line 109 of file vtkVolumeRayCastFunction.h.

◆ RedSpecularShadingTable

float* vtkVolumeRayCastStaticInfo::RedSpecularShadingTable

Definition at line 110 of file vtkVolumeRayCastFunction.h.

◆ GreenSpecularShadingTable

float* vtkVolumeRayCastStaticInfo::GreenSpecularShadingTable

Definition at line 111 of file vtkVolumeRayCastFunction.h.

◆ BlueSpecularShadingTable

float* vtkVolumeRayCastStaticInfo::BlueSpecularShadingTable

Definition at line 112 of file vtkVolumeRayCastFunction.h.

◆ EncodedNormals

unsigned short* vtkVolumeRayCastStaticInfo::EncodedNormals

Definition at line 115 of file vtkVolumeRayCastFunction.h.

◆ GradientMagnitudes

unsigned char* vtkVolumeRayCastStaticInfo::GradientMagnitudes

Definition at line 116 of file vtkVolumeRayCastFunction.h.

◆ ImageInUseSize

int vtkVolumeRayCastStaticInfo::ImageInUseSize[2]

Definition at line 119 of file vtkVolumeRayCastFunction.h.

◆ ImageMemorySize

int vtkVolumeRayCastStaticInfo::ImageMemorySize[2]

Definition at line 120 of file vtkVolumeRayCastFunction.h.

◆ ImageViewportSize

int vtkVolumeRayCastStaticInfo::ImageViewportSize[2]

Definition at line 121 of file vtkVolumeRayCastFunction.h.

◆ ImageOrigin

int vtkVolumeRayCastStaticInfo::ImageOrigin[2]

Definition at line 122 of file vtkVolumeRayCastFunction.h.

◆ Image

unsigned char* vtkVolumeRayCastStaticInfo::Image

Definition at line 123 of file vtkVolumeRayCastFunction.h.

◆ RowBounds

int* vtkVolumeRayCastStaticInfo::RowBounds

Definition at line 125 of file vtkVolumeRayCastFunction.h.

◆ MIPFunction

int vtkVolumeRayCastStaticInfo::MIPFunction

Definition at line 132 of file vtkVolumeRayCastFunction.h.

◆ MaximizeOpacity

int vtkVolumeRayCastStaticInfo::MaximizeOpacity

Definition at line 133 of file vtkVolumeRayCastFunction.h.


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