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