go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxFixedGenericPyramid.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#ifndef elxFixedGenericPyramid_h
19#define elxFixedGenericPyramid_h
20
21#include "elxIncludes.h" // include first to avoid MSVS warning
23
24namespace elastix
25{
26
67template <class TElastix>
68class ITK_TEMPLATE_EXPORT FixedGenericPyramid
69 : public itk::GenericMultiResolutionPyramidImageFilter<typename FixedImagePyramidBase<TElastix>::InputImageType,
70 typename FixedImagePyramidBase<TElastix>::OutputImageType>
71 , public FixedImagePyramidBase<TElastix>
72{
73public:
75
82 using Pointer = itk::SmartPointer<Self>;
83 using ConstPointer = itk::SmartPointer<const Self>;
84
86 itkNewMacro(Self);
87
90
95 elxClassNameMacro("FixedGenericImagePyramid");
96
98 itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension);
99
101 using typename Superclass1::InputImageType;
102 using typename Superclass1::OutputImageType;
103 using typename Superclass1::InputImagePointer;
104 using typename Superclass1::OutputImagePointer;
105 using typename Superclass1::InputImageConstPointer;
106 using typename Superclass1::ScheduleType;
109
111 using typename Superclass2::ElastixType;
112 using typename Superclass2::RegistrationType;
114
118 void
120
122 void
124
125protected:
129 ~FixedGenericPyramid() override = default;
130
131private:
133};
134
135} // end namespace elastix
136
137#ifndef ITK_MANUAL_INSTANTIATION
138# include "elxFixedGenericPyramid.hxx"
139#endif
140
141#endif // end #ifndef elxFixedGenericPyramid_h
A pyramid based on the itk::GenericMultiResolutionPyramidImageFilter.
void BeforeEachResolution() override
void SetFixedSchedule() override
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
~FixedGenericPyramid() override=default
elxClassNameMacro("FixedGenericImagePyramid")
itk::SmartPointer< Self > Pointer
ITK_DISALLOW_COPY_AND_MOVE(FixedGenericPyramid)
typename Superclass2::ITKBaseType ITKBaseType
itk::SmartPointer< const Self > ConstPointer
This class is the elastix base class for all FixedImagePyramids.
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
typename ElastixType::RegistrationBaseType RegistrationType
typename ElastixType::FixedImageType OutputImageType
Framework for creating images in a multi-resolution pyramid.


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