#include <mitkVolumeSplatParallel.h>
Inherits mitkVolumeSplatFunction.
Inheritance diagram for mitkVolumeSplatParallel:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkVolumeSplatParallel () | |
virtual bool | IsParallel () |
virtual void | Splat (mitkSplat *splatInform) |
mitkVolumeSplatParallel is a concrete class that splats the volume with parallel projection. This is the default parallel 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. |