Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkIM0Writer Class Reference

mitkIM0Writer - a concrete writer for writing a volume to IM0 volume file More...

#include <mitkIM0Writer.h>

Inherits mitkVolumeWriter.

Inheritance diagram for mitkIM0Writer:

Inheritance graph
[legend]
Collaboration diagram for mitkIM0Writer:

Collaboration graph
[legend]
List of all members.

Detailed Description

mitkIM0Writer - a concrete writer for writing a volume to IM0 volume file

mitkIM0Writer writes a volume to a single IM0 file. Because the IM0 file format can contain 3D dataset, a single file name is sufficient for this writer to work. To use this writer, the code snippet is:

    mitkIM0Writer *aWriter = new mitkIM0Writer; 
    aWriter->SetInput(aVolume); 
    aWriter->AddFileName(filename); 
    aWriter->Run(); 
Warning:
The IM0 file format is originally used in 3DVIEWNIX software developed by MIPG group, University of Pennsylvania. Maybe the file format is copyrighted. Please use it in your own risk.


The documentation for this class was generated from the following file:
Generated on Tue Feb 25 15:03:15 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3