|  | VTK
    9.0.1
    | 
 
 
 
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 
  132   int InTriangle(
double x, 
double y, 
Triangle* triPtr);
 
  150   vtkGetVectorMacro(ImageOrigin, 
int, 2);
 
  157   vtkGetVectorMacro(ImageViewportSize, 
int, 2);
 
  170     return this->Image[y * this->ImageSize[0] + x];
 
  211   int ImageViewportSize[2];
 
  249   void* NewIntersection();
 
  259   void TransformPoints();
 
  263   void UpdateTriangleList();
 
  267   void ComputeViewDependentInfo();
 
  272   void ComputePixelIntersections();
 
  
Triangle ** TetraTriangles
represents a volume (data & properties) in a rendered scene
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
record modification and/or execution time
virtual void Finalize()=0
dataset represents arbitrary combinations of all possible cell types. May be mapped onto a non-standa...
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 vtkUnstructuredGridVolumeRayCastIterator * NewIterator()=0
Returns a new object that will iterate over all the intersections of a ray with the cells of the inpu...
vtkTimeStamp SavedTriangleListMTime
Intersection * GetIntersectionList(int x, int y)
Access to an internal structure for the templated method.
vtkUnstructuredGridVolumeRayCastMapper * Mapper
virtual void Initialize(vtkRenderer *ren, vtkVolume *vol)=0
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
list of point or cell ids
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
dynamic, self-adjusting array of double
double * GetPoints()
Access to an internal structure for the templated method.
vtkUnstructuredGridBase * SavedTriangleListInput