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
Defines a transfer function for mapping a property to an RGB color value.
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.
vtkIdType ReferredByTetra[2]
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?
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
int IntersectionBufferCount[VTK_BUNYKRCF_MAX_ARRAYS]
vtkUnstructuredGridBunykRayCastFunction()
Intersection * IntersectionBuffer[VTK_BUNYKRCF_MAX_ARRAYS]
vtkUnstructuredGridVolumeRayCastFunction()=default
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