RTK  2.5.0
Reconstruction Toolkit
rtkXRadImageIOFactory.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 rtkXRadImageIOFactory_h
20 #define rtkXRadImageIOFactory_h
21 
22 #include "RTKExport.h"
23 #include "rtkXRadImageIO.h"
24 #include <itkImageIOBase.h>
25 #include <itkObjectFactoryBase.h>
26 #include <itkVersion.h>
27 
28 namespace rtk
29 {
30 
38 class RTK_EXPORT XRadImageIOFactory : public itk::ObjectFactoryBase
39 {
40 public:
41  ITK_DISALLOW_COPY_AND_MOVE(XRadImageIOFactory);
42 
48 
50  const char *
51  GetITKSourceVersion() const override
52  {
53  return ITK_SOURCE_VERSION;
54  }
55 
56  const char *
57  GetDescription() const override
58  {
59  return "XRad ImageIO Factory, allows the loading of XRad images into insight";
60  }
61 
63  itkFactorylessNewMacro(Self);
64 
66 #ifdef itkOverrideGetNameOfClassMacro
67  itkOverrideGetNameOfClassMacro(XRadImageIOFactory);
68 #else
70 #endif
71 
72 
74  static void
76  {
78  }
79 
80 protected:
82  ~XRadImageIOFactory() override = default;
83 
86 };
87 
88 } // namespace rtk
89 
90 #endif
#define ITK_SOURCE_VERSION
const char * GetITKSourceVersion() const override
ITK factory for XRad file I/O.
static bool RegisterFactory(ObjectFactoryBase *, InsertionPositionEnum where=InsertionPositionEnum::INSERT_AT_BACK, vcl_size_t position=0)
const char * GetDescription() const override
const myProductType * m_MyProduct