Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkNrrdTbssRoiImageIOFactory.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 #ifndef __MITK_NRRD_TBSSROI_VOLUMES_IO_FACTORY_H_HEADER__
17 #define __MITK_NRRD_TBSSROI_VOLUMES_IO_FACTORY_H_HEADER__
18 
19 #ifdef _MSC_VER
20 #pragma warning ( disable : 4786 )
21 #endif
22 
23 #include "itkObjectFactoryBase.h"
24 #include "mitkBaseData.h"
25 
26 namespace mitk
27 {
28 //##Documentation
29 //## @brief Create instances of NrrdDiffusionImageReader objects using an object factory.
30 //##
31 class NrrdTbssRoiImageIOFactory : public itk::ObjectFactoryBase
32 {
33 public:
36  typedef itk::ObjectFactoryBase Superclass;
39 
41  virtual const char* GetITKSourceVersion(void) const override;
42  virtual const char* GetDescription(void) const override;
43 
45  itkFactorylessNewMacro(Self);
48  itkTypeMacro(NrrdTbssRoiImageIOFactory, ObjectFactoryBase);
49 
50 protected:
53 
54 private:
55  NrrdTbssRoiImageIOFactory(const Self&); //purposely not implemented
56  void operator=(const Self&); //purposely not implemented
57 
58 };
59 
60 
61 } // end namespace mitk
62 
63 #endif // __MITK_NRRD_TBSS_VOULMES_IO_FACTORY_H_HEADER__
virtual const char * GetDescription(void) const override
virtual const char * GetITKSourceVersion(void) const override
DataCollection - Class to facilitate loading/accessing structured data.
Create instances of NrrdDiffusionImageReader objects using an object factory.
static NrrdTbssRoiImageIOFactory * FactoryNew()
itk::SmartPointer< const Self > ConstPointer