13 #ifndef mitkThreeDnTDICOMSeriesReader_h 14 #define mitkThreeDnTDICOMSeriesReader_h 51 void SetGroup3DandT(
bool on);
52 bool GetGroup3DandT()
const;
56 bool LoadImages()
override;
62 return m_DefaultGroup3DandT;
84 const static bool m_DefaultGroup3DandT =
true;
#define mitkNewMacro1Param(classname, type)
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)
static bool GetDefaultGroup3DandT()
Output descriptor for DICOMFileReader.
Extends DICOMITKSeriesGDCMReader by sorting/grouping into 3D+t image blocks.
std::vector< DICOMDatasetAccessingImageFrameList > SortingBlockList
#define mitkCloneMacro(classname)
Interface for DICOM readers that produce mitk::Images.