#include <mitkTarget.h>
Inherits mitkProcessObject.
Inherited by mitkWriter.
Inheritance diagram for mitkTarget:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkTarget is an abstract object that specifies behavior and interface of mapper objects. Mapper object representas end point for a data processing pipeline, e.g. view or writer. It only accepts input data and either displays the input data to a view or writes the input data to a disk file.
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkProcessObject. Reimplemented in mitkAnalyzeImageWriter, mitkBMPWriter, mitkCacheVolumeWriter, mitkDICOMWriter, mitkJPEGWriter, mitkMeshWriter, mitkMetaImageWriter, mitkNetCDFImageWriter, mitkPLYASCIIWriter, mitkPLYBinaryWriter, mitkRawFilesWriter, mitkRawWriter, mitkSTLASCIIWriter, mitkSTLBinaryWriter, mitkTIFFWriter, mitkVolumeWriter, mitkWriter, mitkRawDataWriter, and mitkTrackedBscanDataWriter. |