go home Home | Main Page | Topics | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
itkMultiResolutionGaussianSmoothingPyramidImageFilter.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
21/*=========================================================================
22
23 Program: Insight Segmentation & Registration Toolkit
24 Module: $RCSfile$
25 Date: $Date: 2008-04-15 19:54:41 +0200 (Tue, 15 Apr 2008) $
26 Version: $Revision: 1573 $
27
28 Copyright (c) Insight Software Consortium. All rights reserved.
29 See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
30
31 This software is distributed WITHOUT ANY WARRANTY; without even
32 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
33 PURPOSE. See the above copyright notices for more information.
34
35=========================================================================*/
36#ifndef itkMultiResolutionGaussianSmoothingPyramidImageFilter_h
37#define itkMultiResolutionGaussianSmoothingPyramidImageFilter_h
38
39#include "itkMultiResolutionPyramidImageFilter.h"
40
41namespace itk
42{
43
126template <typename TInputImage, typename TOutputImage>
128 : public MultiResolutionPyramidImageFilter<TInputImage, TOutputImage>
129{
130public:
132
135 using Superclass = MultiResolutionPyramidImageFilter<TInputImage, TOutputImage>;
136 using Pointer = SmartPointer<Self>;
137 using ConstPointer = SmartPointer<const Self>;
138
140 itkNewMacro(Self);
141
144
146 itkStaticConstMacro(ImageDimension, unsigned int, TInputImage::ImageDimension);
147 itkStaticConstMacro(OutputImageDimension, unsigned int, TOutputImage::ImageDimension);
148
150 using typename Superclass::ScheduleType;
151 using typename Superclass::InputImageType;
152 using typename Superclass::OutputImageType;
153 using typename Superclass::InputImagePointer;
154 using typename Superclass::OutputImagePointer;
155 using typename Superclass::InputImageConstPointer;
156
170 void
171 SetSchedule(const ScheduleType & schedule) override;
172
174 void
176
181 void
182 GenerateOutputRequestedRegion(DataObject * output) override;
183
190 void
192
193protected:
196
197 using Superclass::PrintSelf;
198
200 void
201 GenerateData() override;
202
205 void
206 EnlargeOutputRequestedRegion(DataObject * output) override;
207};
208
209} // namespace itk
210
211#ifndef ITK_MANUAL_INSTANTIATION
212# include "itkMultiResolutionGaussianSmoothingPyramidImageFilter.hxx"
213#endif
214
215#endif
void GenerateOutputRequestedRegion(DataObject *output) override
MultiResolutionPyramidImageFilter< TInputImage, TOutputImage > Superclass
void EnlargeOutputRequestedRegion(DataObject *output) override
itkStaticConstMacro(ImageDimension, unsigned int, TInputImage::ImageDimension)
void SetSchedule(const ScheduleType &schedule) override
ITK_DISALLOW_COPY_AND_MOVE(MultiResolutionGaussianSmoothingPyramidImageFilter)
itkOverrideGetNameOfClassMacro(MultiResolutionGaussianSmoothingPyramidImageFilter)
itkStaticConstMacro(OutputImageDimension, unsigned int, TOutputImage::ImageDimension)


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