Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkClassicDICOMSeriesReader.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef mitkClassicDICOMSeriesReader_h
18 #define mitkClassicDICOMSeriesReader_h
19 
21 
22 #include "MitkDICOMReaderExports.h"
23 
24 namespace mitk
25 {
26 
62 {
63  public:
64 
67  itkNewMacro( ClassicDICOMSeriesReader );
68 
69  virtual bool operator==(const DICOMFileReader& other) const override;
70 
71  protected:
72 
74  virtual ~ClassicDICOMSeriesReader();
75 
77  ClassicDICOMSeriesReader& operator=(const ClassicDICOMSeriesReader& other);
78 };
79 
80 }
81 
82 #endif
83 
Sorting and grouping like mitk::DicomSeriesReader until 2013.
Flexible reader based on itk::ImageSeriesReader and GDCM, for single-slice modalities like CT...
#define MITKDICOMREADER_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Extends DICOMITKSeriesGDCMReader by sorting/grouping into 3D+t image blocks.
#define mitkCloneMacro(classname)
Definition: mitkCommon.h:162
Interface for DICOM readers that produce mitk::Images.