40 #ifndef vtkUnstructuredGridHomogeneousRayIntegrator_h
41 #define vtkUnstructuredGridHomogeneousRayIntegrator_h
43 #include "vtkRenderingVolumeModule.h"
70 vtkGetMacro(TransferFunctionTableSize,
int);
90 virtual void GetTransferFunctionTables(
vtkDataArray *scalars);
97 #endif //vtkUnstructuredGridHomogeneousRayIntegrator_h
represents a volume (data & properties) in a rendered scene
vtkVolumeProperty * Property
int TransferFunctionTableSize
virtual void Initialize(vtkVolume *volume, vtkDataArray *scalars)=0
Set up the integrator with the given properties and scalars.
record modification and/or execution time
float ** AttenuationTable
dynamic, self-adjusting array of double
a superclass for volume ray integration functions
a simple class to control print indentation
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.
represents the common properties for rendering a volume.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
performs peicewise constant ray integration.
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 peicewise integration of the ...