#include <mitkVolumeSplatPerspective.h>
Inherits mitkVolumeSplatFunction.
Inheritance diagram for mitkVolumeSplatPerspective:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkVolumeSplatPerspective () | |
virtual bool | IsParallel () |
virtual void | Splat (mitkSplat *splatInform) |
mitkVolumeSplatCompositeFunction is a concrete class that splats the volume with perspective projection. This is the default perspective splatting class.
|
The default constructor. |
|
Get the projection status of the class.
Reimplemented from mitkVolumeSplatFunction. |
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkVolumeSplatFunction. |
|
The real function to splat the volume. Implements mitkVolumeSplatFunction. |