#include <vtkVolumeRayCastCompositeFunction.h>
Inheritance diagram for vtkVolumeRayCastCompositeFunction:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent index) |
virtual void | SetCompositeMethod (int) |
virtual int | GetCompositeMethod () |
void | SetCompositeMethodToInterpolateFirst () |
void | SetCompositeMethodToClassifyFirst () |
const char * | GetCompositeMethodAsString (void) |
void | CastRay (VTKRayCastRayInfo *rayInfo, VTKRayCastVolumeInfo *volumeInfo) |
float | GetZeroOpacityThreshold (vtkVolume *vol) |
Static Public Methods | |
vtkVolumeRayCastCompositeFunction * | New () |
int | IsTypeOf (const char *type) |
vtkVolumeRayCastCompositeFunction * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkVolumeRayCastCompositeFunction () | |
~vtkVolumeRayCastCompositeFunction () | |
vtkVolumeRayCastCompositeFunction (const vtkVolumeRayCastCompositeFunction &) | |
void | operator= (const vtkVolumeRayCastCompositeFunction &) |
void | SpecificFunctionInitialize (vtkRenderer *ren, vtkVolume *vol, VTKRayCastVolumeInfo *volumeInfo, vtkVolumeRayCastMapper *mapper) |
Protected Attributes | |
int | CompositeMethod |
vtkVolumeRayCastCompositeFunction is a ray function that can be used within a vtkVolumeRayCastMapper. This function performs compositing along the ray according to the properties stored in the vtkVolumeProperty for the volume.
Definition at line 66 of file vtkVolumeRayCastCompositeFunction.h.
|
|
|
|
|
Definition at line 93 of file vtkVolumeRayCastCompositeFunction.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. |
|
Set the CompositeMethod to either Classify First or Interpolate First |
|
|
|
Definition at line 77 of file vtkVolumeRayCastCompositeFunction.h. |
|
Definition at line 79 of file vtkVolumeRayCastCompositeFunction.h. |
|
|
|
Reimplemented from vtkVolumeRayCastFunction. |
|
Get the value below which all scalar values are considered to have 0 opacity. Reimplemented from vtkVolumeRayCastFunction. |
|
Definition at line 94 of file vtkVolumeRayCastCompositeFunction.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 103 of file vtkVolumeRayCastCompositeFunction.h. |