37#ifndef vtkVolumeRayCastIsosurfaceFunction_h
38#define vtkVolumeRayCastIsosurfaceFunction_h
40#include "vtkRenderingVolumeModule.h"
43#if !defined(VTK_LEGACY_REMOVE)
65 vtkGetMacro( IsoValue,
double );
a simple class to control print indentation
abstract specification for renderers
a superclass for ray casting functions
An isosurface ray caster for volumes.
static vtkVolumeRayCastIsosurfaceFunction * New()
Construct a new vtkVolumeRayCastIsosurfaceFunction.
float GetZeroOpacityThreshold(vtkVolume *vol)
Get the scalar value below which all scalar values have 0 opacity.
vtkVolumeRayCastIsosurfaceFunction()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkVolumeRayCastIsosurfaceFunction()
void SpecificFunctionInitialize(vtkRenderer *ren, vtkVolume *vol, vtkVolumeRayCastStaticInfo *staticInfo, vtkVolumeRayCastMapper *mapper)
This method gives the subclass a chance to do any special initialization that it may need to do.
double IsoValue
This is the isovalue at which to view a surface.
void CastRay(vtkVolumeRayCastDynamicInfo *dynamicInfo, vtkVolumeRayCastStaticInfo *staticInfo)
A slow but accurate mapper for rendering volumes.
represents a volume (data & properties) in a rendered scene
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.