RTK  2.6.0
Reconstruction Toolkit
rtkXimImageIOFactory.h
Go to the documentation of this file.
1 /*=========================================================================
2  *
3  * Copyright RTK Consortium
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * https://www.apache.org/licenses/LICENSE-2.0.txt
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *=========================================================================*/
18 
19 //#ifndef ITKHNDIMAGEIOFACTORY_H
20 //#define ITKHNDIMAGEIOFACTORY_H
21 
22 #ifndef rtkXimImageIOFactory_h
23 #define rtkXimImageIOFactory_h
24 
25 #include "RTKExport.h"
26 #include "rtkXimImageIO.h"
27 #include "rtkMacro.h"
28 
29 // itk include
30 #include <itkImageIOBase.h>
31 #include <itkObjectFactoryBase.h>
32 #include <itkVersion.h>
33 
34 namespace rtk
35 {
36 
44 class RTK_EXPORT XimImageIOFactory : public itk::ObjectFactoryBase
45 {
46 public:
47  ITK_DISALLOW_COPY_AND_MOVE(XimImageIOFactory);
48 
54 
56  const char *
57  GetITKSourceVersion() const override
58  {
59  return ITK_SOURCE_VERSION;
60  }
61 
62  const char *
63  GetDescription() const override
64  {
65  return "Xim ImageIO Factory, allows the loading of Xim images into insight";
66  }
67 
69  itkFactorylessNewMacro(Self);
70 
72 #ifdef itkOverrideGetNameOfClassMacro
73  itkOverrideGetNameOfClassMacro(XimImageIOFactory);
74 #else
76 #endif
77 
78 
80  static void
82  {
84  }
85 
86 protected:
88  ~XimImageIOFactory() override = default;
91 };
92 
93 } // namespace rtk
94 
95 #endif // __rtkXimImageIOFactory_h
#define ITK_SOURCE_VERSION
const char * GetITKSourceVersion() const override
ITK factory for Xim file I/O.
const myProductType * m_MyProduct
static bool RegisterFactory(ObjectFactoryBase *, InsertionPositionEnum where=InsertionPositionEnum::INSERT_AT_BACK, vcl_size_t position=0)
const char * GetDescription() const override