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
129 int InTriangle(
double x,
double y,
149 vtkGetVectorMacro( ImageOrigin,
int, 2 );
156 vtkGetVectorMacro( ImageViewportSize,
int, 2 );
208 int ImageViewportSize[2];
246 void *NewIntersection();
257 void TransformPoints();
261 void UpdateTriangleList();
265 void ComputeViewDependentInfo();
270 void ComputePixelIntersections();
represents a volume (data & properties) in a rendered scene
represent and manipulate 4x4 transformation matrices
Defines a 1D piecewise function.
Triangle ** GetTetraTriangles()
Access to an internal structure for the templated method.
record modification and/or execution time
a superclass for ray casting functions
Intersection * GetIntersectionList(int x, int y)
Access to an internal structure for the templated method.
A software mapper for unstructured volumes.
vtkMatrix4x4 * ViewToWorldMatrix
vtkUnstructuredGridVolumeRayCastMapper * Mapper
abstract specification for renderers
dynamic, self-adjusting array of double
a superclass for ray casting functions
#define VTK_BUNYKRCF_MAX_ARRAYS
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Triangle ** TetraTriangles
virtual VTK_NEWINSTANCE vtkUnstructuredGridVolumeRayCastIterator * NewIterator()=0
Returns a new object that will iterate over all the intersections of a ray with the cells of the inpu...
double * GetPoints()
Access to an internal structure for the templated method.
vtkIdType TetraTrianglesSize
Defines a transfer function for mapping a property to an RGB color value.
vtkUnstructuredGridBase * SavedTriangleListInput
vtkUnstructuredGridVolumeRayCastIterator is a superclass for iterating over the intersections of a vi...
virtual void Finalize()=0
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
virtual void Initialize(vtkRenderer *ren, vtkVolume *vol)=0
dataset represents arbitrary combinations of all possible cell types.
vtkTimeStamp SavedTriangleListMTime