go home Home | Main Page | Topics | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxMovingGenericPyramid.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 elxMovingGenericPyramid_h
19#define elxMovingGenericPyramid_h
20
21#include "elxIncludes.h" // include first to avoid MSVS warning
23
24namespace elastix
25{
26
66
67template <typename TElastix>
68class ITK_TEMPLATE_EXPORT MovingGenericPyramid
69 : public itk::GenericMultiResolutionPyramidImageFilter<typename MovingImagePyramidBase<TElastix>::InputImageType,
70 typename MovingImagePyramidBase<TElastix>::OutputImageType>
71 , public MovingImagePyramidBase<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("MovingGenericImagePyramid");
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;
107 using typename Superclass1::RescaleScheduleType;
108 using typename Superclass1::SmoothingScheduleType;
109
111 using typename Superclass2::ElastixType;
112 using typename Superclass2::RegistrationType;
114
118 void
120
122 void
124
125protected:
129 ~MovingGenericPyramid() override = default;
130
131private:
133};
134
135} // end namespace elastix
136
137#ifndef ITK_MANUAL_INSTANTIATION
138# include "elxMovingGenericPyramid.hxx"
139#endif
140
141#endif // end #ifndef elxMovingGenericPyramid_h
MovingImagePyramidBase< TElastix > Superclass2
typename Superclass2::ITKBaseType ITKBaseType
void SetMovingSchedule() override
void BeforeEachResolution() override
ITK_DISALLOW_COPY_AND_MOVE(MovingGenericPyramid)
itk::GenericMultiResolutionPyramidImageFilter< typename MovingImagePyramidBase< TElastix >::InputImageType, typename MovingImagePyramidBase< TElastix >::OutputImageType > Superclass1
itk::SmartPointer< Self > Pointer
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
~MovingGenericPyramid() override=default
elxClassNameMacro("MovingGenericImagePyramid")
itkOverrideGetNameOfClassMacro(MovingGenericPyramid)
itk::SmartPointer< const Self > ConstPointer
typename ElastixType::RegistrationBaseType RegistrationType
typename ElastixType::MovingImageType OutputImageType
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
Framework for creating images in a multi-resolution pyramid.


Generated on 26-02-2026 for elastix by doxygen 1.16.1 (669aeeefca743c148e2d935b3d3c69535c7491e6) elastix logo