RTK  2.7.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 
47  using Superclass = itk::ObjectFactoryBase;
48  using Pointer = itk::SmartPointer<Self>;
49  using ConstPointer = itk::SmartPointer<const Self>;
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  itkOverrideGetNameOfClassMacro(OraImageIOFactory);
69 
71  static void
73  {
74  ObjectFactoryBase::RegisterFactory(Self::New());
75  }
76 
77 protected:
79  ~OraImageIOFactory() override = default;
82 };
83 
84 } // namespace rtk
85 
86 #endif /* end #define rtkOraImageIOFactory_h */
const char * GetITKSourceVersion() const override
itk::SmartPointer< const Self > ConstPointer
itk::ObjectFactoryBase Superclass
const char * GetDescription() const override
itk::SmartPointer< Self > Pointer
ITK factory for Ora file I/O.
const myProductType * m_MyProduct