60#ifndef vtkUnstructuredGridBunykRayCastFunction_h
61#define vtkUnstructuredGridBunykRayCastFunction_h
63#include "vtkRenderingVolumeModule.h"
80#define VTK_BUNYKRCF_MAX_ARRAYS 10000
81#define VTK_BUNYKRCF_ARRAY_SIZE 10000
150 vtkGetVectorMacro(ImageOrigin,
int, 2);
157 vtkGetVectorMacro(ImageViewportSize,
int, 2);
170 return this->Image[y * this->ImageSize[0] + x];
211 int ImageViewportSize[2];
Defines a transfer function for mapping a property to an RGB color value.
abstract superclass for arrays of numeric data
dynamic, self-adjusting array of double
list of point or cell ids
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
Defines a 1D piecewise function.
abstract specification for renderers
record modification and/or execution time
dataset represents arbitrary combinations of all possible cell types.
a superclass for ray casting functions
int CheckValidity(vtkRenderer *ren, vtkVolume *vol)
static vtkUnstructuredGridBunykRayCastFunction * New()
void ComputeViewDependentInfo()
~vtkUnstructuredGridBunykRayCastFunction() override
vtkUnstructuredGridVolumeRayCastIterator * NewIterator() override
Returns a new object that will iterate over all the intersections of a ray with the cells of the inpu...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Triangle ** GetTetraTriangles()
Access to an internal structure for the templated method.
void ComputePixelIntersections()
void Finalize() override
Called by the ray cast mapper at the end of rendering.
int IsTriangleFrontFacing(Triangle *triPtr, vtkIdType tetraIndex)
void Initialize(vtkRenderer *ren, vtkVolume *vol) override
Called by the ray cast mapper at the start of rendering.
int InTriangle(double x, double y, Triangle *triPtr)
Is the point x, y, in the given triangle? Public for access from the templated function.
vtkTimeStamp SavedTriangleListMTime
vtkUnstructuredGridVolumeRayCastMapper * Mapper
Triangle ** TetraTriangles
vtkUnstructuredGridBase * SavedTriangleListInput
double * GetPoints()
Access to an internal structure for the templated method.
Intersection * GetIntersectionList(int x, int y)
Access to an internal structure for the templated method.
vtkIdType TetraTrianglesSize
void UpdateTriangleList()
vtkMatrix4x4 * ViewToWorldMatrix
vtkUnstructuredGridBunykRayCastFunction()
a superclass for ray casting functions
vtkUnstructuredGridVolumeRayCastIterator is a superclass for iterating over the intersections of a vi...
A software mapper for unstructured volumes.
represents a volume (data & properties) in a rendered scene
#define VTK_BUNYKRCF_MAX_ARRAYS