go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxComponentLoader.h
Go to the documentation of this file.
1/*=========================================================================
2 *
3 * Copyright UMC Utrecht and contributors
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 * http://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 elxComponentLoader_h
20#define elxComponentLoader_h
21
23#include "elxlog.h"
24
25namespace elastix
26{
27
41class ComponentLoader : public itk::Object
42{
43public:
45
48 using Superclass = itk::Object;
49 using Pointer = itk::SmartPointer<Self>;
50 using ConstPointer = itk::SmartPointer<const Self>;
51
53 itkNewMacro(Self);
54 itkTypeMacro(ComponentLoader, Object);
55
58
62
64 int
66
67protected:
70 ~ComponentLoader() override;
71
73
75 virtual int
77
78private:
80};
81
82} // end namespace elastix
83
84#endif // #ifndef elxComponentLoader_h
The ComponentDatabase class is a class that stores the New() functions of all components.
itk::SmartPointer< Self > Pointer
Determines which components (metrics, transforms, etc.) are available.
itkGetModifiableObjectMacro(ComponentDatabase, ComponentDatabase)
ComponentDatabasePointer m_ComponentDatabase
virtual int InstallSupportedImageTypes()
itk::SmartPointer< const Self > ConstPointer
ITK_DISALLOW_COPY_AND_MOVE(ComponentLoader)
itk::SmartPointer< Self > Pointer
ComponentDatabase::Pointer ComponentDatabasePointer


Generated on 2024-07-17 for elastix by doxygen 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) elastix logo