RTK  2.5.0
Reconstruction Toolkit
rtkOraImageIOFactory.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 rtkOraImageIOFactory_h
20 #define rtkOraImageIOFactory_h
21 
22 #include "RTKExport.h"
23 #include "rtkOraImageIO.h"
24 
25 // itk include
26 #include <itkImageIOBase.h>
27 #include <itkObjectFactoryBase.h>
28 #include <itkVersion.h>
29 
30 namespace rtk
31 {
32 
40 class RTK_EXPORT OraImageIOFactory : public itk::ObjectFactoryBase
41 {
42 public:
43  ITK_DISALLOW_COPY_AND_MOVE(OraImageIOFactory);
44 
50 
52  const char *
53  GetITKSourceVersion() const override
54  {
55  return ITK_SOURCE_VERSION;
56  }
57 
58  const char *
59  GetDescription() const override
60  {
61  return "Ora ImageIO Factory, allows the loading of Ora images into insight";
62  }
63 
65  itkFactorylessNewMacro(Self);
66 
68 #ifdef itkOverrideGetNameOfClassMacro
69  itkOverrideGetNameOfClassMacro(OraImageIOFactory);
70 #else
72 #endif
73 
74 
76  static void
78  {
80  }
81 
82 protected:
84  ~OraImageIOFactory() override = default;
87 };
88 
89 } // namespace rtk
90 
91 #endif /* end #define rtkOraImageIOFactory_h */
const char * GetITKSourceVersion() const override
#define ITK_SOURCE_VERSION
const char * GetDescription() const override
static bool RegisterFactory(ObjectFactoryBase *, InsertionPositionEnum where=InsertionPositionEnum::INSERT_AT_BACK, vcl_size_t position=0)
ITK factory for Ora file I/O.
const myProductType * m_MyProduct