VTK
Public Attributes | List of all members
vtkRayCastRayInfo Struct Reference

#include <vtkRayCastStructures.h>

Public Attributes

float Origin [3]
 
float Direction [3]
 
int Pixel [2]
 
float CameraPosition [3]
 
int ImageSize [2]
 
float NearClip
 
float FarClip
 
float Color [4]
 
float Depth
 
float TransformedStart [4]
 
float TransformedEnd [4]
 
float TransformedDirection [4]
 
float TransformedIncrement [3]
 
int NumberOfStepsToTake
 
int NumberOfStepsTaken
 

Detailed Description

Definition at line 29 of file vtkRayCastStructures.h.

Member Data Documentation

§ Origin

float vtkRayCastRayInfo::Origin[3]

Definition at line 34 of file vtkRayCastStructures.h.

§ Direction

float vtkRayCastRayInfo::Direction[3]

Definition at line 35 of file vtkRayCastStructures.h.

§ Pixel

int vtkRayCastRayInfo::Pixel[2]

Definition at line 41 of file vtkRayCastStructures.h.

§ CameraPosition

float vtkRayCastRayInfo::CameraPosition[3]

Definition at line 45 of file vtkRayCastStructures.h.

§ ImageSize

int vtkRayCastRayInfo::ImageSize[2]

Definition at line 48 of file vtkRayCastStructures.h.

§ NearClip

float vtkRayCastRayInfo::NearClip

Definition at line 52 of file vtkRayCastStructures.h.

§ FarClip

float vtkRayCastRayInfo::FarClip

Definition at line 53 of file vtkRayCastStructures.h.

§ Color

float vtkRayCastRayInfo::Color[4]

Definition at line 56 of file vtkRayCastStructures.h.

§ Depth

float vtkRayCastRayInfo::Depth

Definition at line 57 of file vtkRayCastStructures.h.

§ TransformedStart

float vtkRayCastRayInfo::TransformedStart[4]

Definition at line 66 of file vtkRayCastStructures.h.

§ TransformedEnd

float vtkRayCastRayInfo::TransformedEnd[4]

Definition at line 67 of file vtkRayCastStructures.h.

§ TransformedDirection

float vtkRayCastRayInfo::TransformedDirection[4]

Definition at line 68 of file vtkRayCastStructures.h.

§ TransformedIncrement

float vtkRayCastRayInfo::TransformedIncrement[3]

Definition at line 69 of file vtkRayCastStructures.h.

§ NumberOfStepsToTake

int vtkRayCastRayInfo::NumberOfStepsToTake

Definition at line 73 of file vtkRayCastStructures.h.

§ NumberOfStepsTaken

int vtkRayCastRayInfo::NumberOfStepsTaken

Definition at line 77 of file vtkRayCastStructures.h.


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