#include <mitkVolumeSplatFunction.h>
Inherits mitkObject.
Inherited by mitkVolumeSplatParallel, and mitkVolumeSplatPerspective.
Inheritance diagram for mitkVolumeSplatFunction:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkVolumeSplatFunction () | |
virtual bool | IsParallel () |
virtual void | Splat (mitkSplat *splatInform)=0 |
mitkVolumeSplatFunction is an abstract class that defines interface for both parallel and perspective splatting. The mitkVolumeRendererSplatting class provides common information for splatting, and then calls "Splat()" to implement volume splatting progress concretely.
|
The default constructor. |
|
Get the projection status of the class.
Reimplemented in mitkVolumeSplatParallel, and mitkVolumeSplatPerspective. |
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkObject. Reimplemented in mitkVolumeSplatParallel, and mitkVolumeSplatPerspective. |
|
The real function to splat the volume.
Implemented in mitkVolumeSplatParallel, and mitkVolumeSplatPerspective. |