#include <vtkVolumeRayCastMIPFunction.h>
Inheritance diagram for vtkVolumeRayCastMIPFunction:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent index) |
float | GetZeroOpacityThreshold (vtkVolume *vol) |
virtual void | SetMaximizeMethod (int) |
virtual int | GetMaximizeMethod () |
void | SetMaximizeMethodToScalarValue () |
void | SetMaximizeMethodToOpacity () |
const char * | GetMaximizeMethodAsString (void) |
void | CastRay (VTKRayCastRayInfo *rayInfo, VTKRayCastVolumeInfo *volumeInfo) |
Static Public Methods | |
vtkVolumeRayCastMIPFunction * | New () |
int | IsTypeOf (const char *type) |
vtkVolumeRayCastMIPFunction * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkVolumeRayCastMIPFunction () | |
~vtkVolumeRayCastMIPFunction () | |
vtkVolumeRayCastMIPFunction (const vtkVolumeRayCastMIPFunction &) | |
void | operator= (const vtkVolumeRayCastMIPFunction &) |
void | SpecificFunctionInitialize (vtkRenderer *ren, vtkVolume *vol, VTKRayCastVolumeInfo *volumeInfo, vtkVolumeRayCastMapper *mapper) |
Protected Attributes | |
int | MaximizeMethod |
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 71 of file vtkVolumeRayCastMIPFunction.h.
|
|
|
|
|
Definition at line 102 of file vtkVolumeRayCastMIPFunction.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkVolumeRayCastFunction. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkObject. |
|
Get the scalar value below which all scalar values have zero opacity. Reimplemented from vtkVolumeRayCastFunction. |
|
Set the MaximizeMethod to either ScalarValue or Opacity. |
|
|
|
Definition at line 87 of file vtkVolumeRayCastMIPFunction.h. |
|
Definition at line 89 of file vtkVolumeRayCastMIPFunction.h. |
|
|
|
Reimplemented from vtkVolumeRayCastFunction. |
|
Definition at line 103 of file vtkVolumeRayCastMIPFunction.h. |
|
This method gives the subclass a chance to do any special initialization that it may need to do BTX Reimplemented from vtkVolumeRayCastFunction. |
|
Definition at line 105 of file vtkVolumeRayCastMIPFunction.h. |