#include <vtkVolumeRayCastMIPFunction.h>
Inheritance diagram for vtkVolumeRayCastMIPFunction:
vtkVolumeRayCastMIPFunction is a volume ray cast function that computes the maximum value encountered along the ray. This is either the maximum scalar value, or the maximum opacity, as defined by the MaximizeMethod. The color and opacity returned by this function is based on the color, scalar opacity, and gradient opacity transfer functions defined in the vtkVolumeProperty of the vtkVolume.
Definition at line 55 of file vtkVolumeRayCastMIPFunction.h.
Public Types | |
typedef vtkVolumeRayCastFunction | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
float | GetZeroOpacityThreshold (vtkVolume *vol) |
void | CastRay (vtkVolumeRayCastDynamicInfo *dynamicInfo, vtkVolumeRayCastStaticInfo *staticInfo) |
virtual void | SetMaximizeMethod (int) |
virtual int | GetMaximizeMethod () |
void | SetMaximizeMethodToScalarValue () |
void | SetMaximizeMethodToOpacity () |
const char * | GetMaximizeMethodAsString (void) |
Static Public Member Functions | |
vtkVolumeRayCastMIPFunction * | New () |
int | IsTypeOf (const char *type) |
vtkVolumeRayCastMIPFunction * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkVolumeRayCastMIPFunction () | |
~vtkVolumeRayCastMIPFunction () | |
void | SpecificFunctionInitialize (vtkRenderer *ren, vtkVolume *vol, vtkVolumeRayCastStaticInfo *staticInfo, vtkVolumeRayCastMapper *mapper) |
Protected Attributes | |
int | MaximizeMethod |
|
Reimplemented from vtkVolumeRayCastFunction. Definition at line 59 of file vtkVolumeRayCastMIPFunction.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkVolumeRayCastFunction. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkVolumeRayCastFunction. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkVolumeRayCastFunction. |
|
Reimplemented from vtkVolumeRayCastFunction. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkVolumeRayCastFunction. |
|
Get the scalar value below which all scalar values have zero opacity. Implements vtkVolumeRayCastFunction. |
|
Set the MaximizeMethod to either ScalarValue or Opacity. |
|
Set the MaximizeMethod to either ScalarValue or Opacity. |
|
Set the MaximizeMethod to either ScalarValue or Opacity. Definition at line 72 of file vtkVolumeRayCastMIPFunction.h. References VTK_MAXIMIZE_SCALAR_VALUE. |
|
Set the MaximizeMethod to either ScalarValue or Opacity. Definition at line 74 of file vtkVolumeRayCastMIPFunction.h. References VTK_MAXIMIZE_OPACITY. |
|
Set the MaximizeMethod to either ScalarValue or Opacity. |
|
Implements vtkVolumeRayCastFunction. |
|
This method gives the subclass a chance to do any special initialization that it may need to do BTX Implements vtkVolumeRayCastFunction. |
|
Definition at line 89 of file vtkVolumeRayCastMIPFunction.h. |