#include <mitkVolumeRayCastFunction.h>
Inherits mitkObject.
Inherited by mitkOoCVolumeRayCastCompositeFunction, mitkOoCVolumeRayCastCompositeFunctionEx, and mitkVolumeRayCastCompositeFunction.
Inheritance diagram for mitkVolumeRayCastFunction:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
virtual void | CastRay (mitkRay *rayInfo)=0 |
mitkVolumeRayCastFunction is an abstract class for calculating the ray casting function. Its subclasses must implement CastRay() to calculate the ray cast function.
|
Calculate the ray cast function.
Implemented in mitkOoCVolumeRayCastCompositeFunction, mitkOoCVolumeRayCastCompositeFunctionEx, and mitkVolumeRayCastCompositeFunction. |
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkObject. Reimplemented in mitkOoCVolumeRayCastCompositeFunction, mitkOoCVolumeRayCastCompositeFunctionEx, and mitkVolumeRayCastCompositeFunction. |