go home Home | Main Page | Modules | 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
122template <class TInputImage, class TOutputImage>
124 : public MultiResolutionPyramidImageFilter<TInputImage, TOutputImage>
125{
126public:
128
131 using Superclass = MultiResolutionPyramidImageFilter<TInputImage, TOutputImage>;
132 using Pointer = SmartPointer<Self>;
133 using ConstPointer = SmartPointer<const Self>;
134
136 itkNewMacro(Self);
137
139 itkTypeMacro(MultiResolutionGaussianSmoothingPyramidImageFilter, MultiResolutionPyramidImageFilter);
140
142 itkStaticConstMacro(ImageDimension, unsigned int, TInputImage::ImageDimension);
143 itkStaticConstMacro(OutputImageDimension, unsigned int, TOutputImage::ImageDimension);
144
146 using typename Superclass::ScheduleType;
147 using typename Superclass::InputImageType;
148 using typename Superclass::OutputImageType;
149 using typename Superclass::InputImagePointer;
150 using typename Superclass::OutputImagePointer;
151 using typename Superclass::InputImageConstPointer;
152
166 void
167 SetSchedule(const ScheduleType & schedule) override;
168
170 void
172
177 void
178 GenerateOutputRequestedRegion(DataObject * output) override;
179
186 void
188
189protected:
192
193 using Superclass::PrintSelf;
194
196 void
197 GenerateData() override;
198
201 void
202 EnlargeOutputRequestedRegion(DataObject * output) override;
203};
204
205} // namespace itk
206
207#ifndef ITK_MANUAL_INSTANTIATION
208# include "itkMultiResolutionGaussianSmoothingPyramidImageFilter.hxx"
209#endif
210
211#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)
itkStaticConstMacro(OutputImageDimension, unsigned int, TOutputImage::ImageDimension)


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