VTK  9.3.20240419
Public Attributes | List of all members
vtkRayCastRayInfo_t 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 21 of file vtkRayCastStructures.h.

Member Data Documentation

◆ Origin

float vtkRayCastRayInfo_t::Origin[3]

Definition at line 26 of file vtkRayCastStructures.h.

◆ Direction

float vtkRayCastRayInfo_t::Direction[3]

Definition at line 27 of file vtkRayCastStructures.h.

◆ Pixel

int vtkRayCastRayInfo_t::Pixel[2]

Definition at line 33 of file vtkRayCastStructures.h.

◆ CameraPosition

float vtkRayCastRayInfo_t::CameraPosition[3]

Definition at line 37 of file vtkRayCastStructures.h.

◆ ImageSize

int vtkRayCastRayInfo_t::ImageSize[2]

Definition at line 40 of file vtkRayCastStructures.h.

◆ NearClip

float vtkRayCastRayInfo_t::NearClip

Definition at line 44 of file vtkRayCastStructures.h.

◆ FarClip

float vtkRayCastRayInfo_t::FarClip

Definition at line 45 of file vtkRayCastStructures.h.

◆ Color

float vtkRayCastRayInfo_t::Color[4]

Definition at line 48 of file vtkRayCastStructures.h.

◆ Depth

float vtkRayCastRayInfo_t::Depth

Definition at line 49 of file vtkRayCastStructures.h.

◆ TransformedStart

float vtkRayCastRayInfo_t::TransformedStart[4]

Definition at line 57 of file vtkRayCastStructures.h.

◆ TransformedEnd

float vtkRayCastRayInfo_t::TransformedEnd[4]

Definition at line 58 of file vtkRayCastStructures.h.

◆ TransformedDirection

float vtkRayCastRayInfo_t::TransformedDirection[4]

Definition at line 59 of file vtkRayCastStructures.h.

◆ TransformedIncrement

float vtkRayCastRayInfo_t::TransformedIncrement[3]

Definition at line 60 of file vtkRayCastStructures.h.

◆ NumberOfStepsToTake

int vtkRayCastRayInfo_t::NumberOfStepsToTake

Definition at line 64 of file vtkRayCastStructures.h.

◆ NumberOfStepsTaken

int vtkRayCastRayInfo_t::NumberOfStepsTaken

Definition at line 68 of file vtkRayCastStructures.h.


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