21#ifndef vtkFixedPointRayCastImage_h
22#define vtkFixedPointRayCastImage_h
25#include "vtkRenderingVolumeModule.h"
27VTK_ABI_NAMESPACE_BEGIN
float ImageSampleDistance
float * GetZBuffer()
Get the ZBuffer.
~vtkFixedPointRayCastImage() override
void AllocateImage()
Call this method once the ImageMemorySize has been set the allocate the image.
void ClearImage()
Clear the image to (0,0,0,0) for each pixel.
float GetZBufferValue(int x, int y)
Get the ZBuffer value corresponding to location (x,y) where (x,y) are indexing into the ImageInUse im...
vtkFixedPointRayCastImage()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
unsigned short * GetImage()
Get the internal storage for the image.
static vtkFixedPointRayCastImage * New()
a simple class to control print indentation