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

mitkDICOMReader Class Reference

mitkDICOMReader - a concrete reader for reading DICOM image files More...

#include <mitkDICOMReader.h>

Inherits mitkVolumeReader.

Inheritance diagram for mitkDICOMReader:

Inheritance graph
[legend]
Collaboration diagram for mitkDICOMReader:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void PrintSelf (ostream &os)

Detailed Description

mitkDICOMReader - a concrete reader for reading DICOM image files

mitkDICOMReader reads a set of DICOM image files to a volume. To use this reader, the code snippet is:

    mitkDICOMReader *aReader = new mitkDICOMReader; 
    aReader->AddFileName(file1); 
    aReader->AddFileName(file2); 
    ...  ...  ... 
    if (aReader->Run())
    { 
        mitkVolume *aVolume = aReader->GetOutput(); 
        Using aVolume
    }
Warning:
All of the images must have equal width and height. Otherwise they can't form a volume. The files which have different width or height will be discarded. Now MITK only partly supports the DICOM 3.0 standard.


Member Function Documentation

virtual void mitkDICOMReader::PrintSelf ostream &  os  )  [virtual]
 

Print the necessary information about this object for the debugging purpose.

Parameters:
os The specified ostream to output information.

Reimplemented from mitkVolumeReader.


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