Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkDiffusionHeaderGEDICOMFileReader.h
Go to the documentation of this file.
1 #ifndef MITKDIFFUSIONHEADERGEDICOMFILEREADER_H
2 #define MITKDIFFUSIONHEADERGEDICOMFILEREADER_H
3 
6 
7 namespace mitk
8 {
9 
12 {
13 public:
14 
16  itkNewMacro( Self )
17 
18  virtual bool ReadDiffusionHeader(std::string filename) override;
19 
20 protected:
22 
24 };
25 
26 }
27 
28 #endif // MITKDIFFUSIONHEADERGEDICOMFILEREADER_H
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKDIFFUSIONCORE_EXPORT
Abstract class for all vendor specific diffusion file header reader.
static const std::string filename
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44