Go to the documentation of this file.
37 #ifndef vtkUnstructuredGridHomogeneousRayIntegrator_h
38 #define vtkUnstructuredGridHomogeneousRayIntegrator_h
40 #include "vtkRenderingVolumeModule.h"
58 float color[4])
override;
66 vtkSetMacro(TransferFunctionTableSize,
int);
67 vtkGetMacro(TransferFunctionTableSize,
int);
87 virtual void GetTransferFunctionTables(
vtkDataArray *scalars);
94 #endif //vtkUnstructuredGridHomogeneousRayIntegrator_h
a superclass for volume ray integration functions
virtual void Integrate(vtkDoubleArray *intersectionLengths, vtkDataArray *nearIntersections, vtkDataArray *farIntersections, float color[4])=0
Given a set of intersections (defined by the three arrays), compute the piecewise integration of the ...
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
vtkVolumeProperty * Property
abstract superclass for arrays of numeric data
int TransferFunctionTableSize
performs piecewise constant ray integration.
a simple class to control print indentation
virtual void Initialize(vtkVolume *volume, vtkDataArray *scalars)=0
Set up the integrator with the given properties and scalars.
dynamic, self-adjusting array of double
represents the common properties for rendering a volume.
float ** AttenuationTable
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.