Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkPlanarFigureWriterFactory.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 PLANARFIGURE_WRITERFACTORY_H_HEADER_INCLUDED
18 #define PLANARFIGURE_WRITERFACTORY_H_HEADER_INCLUDED
19 
20 #include "itkObjectFactoryBase.h"
21 #include "mitkBaseData.h"
22 
23 namespace mitk
24 {
25  class PlanarFigureWriterFactory : public itk::ObjectFactoryBase
26  {
27  public:
29 
30 
31  virtual const char *GetITKSourceVersion(void) const override;
32  virtual const char *GetDescription(void) const override;
33 
35  itkFactorylessNewMacro(Self)
36 
37 
41  DEPRECATED(static void RegisterOneFactory(void));
42 
47  DEPRECATED(static void UnRegisterOneFactory(void));
48 
49  protected:
52 
53  private:
54  PlanarFigureWriterFactory(const Self &); // purposely not implemented
55  void operator=(const Self &); // purposely not implemented
56 
57  static itk::ObjectFactoryBase::Pointer GetInstance();
58  };
59 
60 } // end namespace mitk
61 
62 #endif // PLANARFIGURE_WRITERFACTORY_H_HEADER_INCLUDED
itk::SmartPointer< Self > Pointer
DataCollection - Class to facilitate loading/accessing structured data.
virtual const char * GetDescription(void) const override
#define DEPRECATED(func)
Definition: mitkCommon.h:183
mitkClassMacroItkParent(mitk::PlanarFigureWriterFactory, itk::ObjectFactoryBase) virtual const char *GetITKSourceVersion(void) const override