17#ifndef vtkFixedPointVolumeRayCastCompositeGOShadeHelper_h 
   18#define vtkFixedPointVolumeRayCastCompositeGOShadeHelper_h 
   21#include "vtkRenderingVolumeModule.h"  
   23VTK_ABI_NAMESPACE_BEGIN
 
A helper that generates composite images for the volume ray cast mapper.
 
void GenerateImage(int threadID, int threadCount, vtkVolume *vol, vtkFixedPointVolumeRayCastMapper *mapper) override
 
~vtkFixedPointVolumeRayCastCompositeGOShadeHelper() override
 
static vtkFixedPointVolumeRayCastCompositeGOShadeHelper * New()
 
vtkFixedPointVolumeRayCastCompositeGOShadeHelper()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
An abstract helper that generates images for the volume ray cast mapper.
 
A fixed point mapper for volumes.
 
a simple class to control print indentation
 
represents a volume (data & properties) in a rendered scene