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