go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxFixedSmoothingPyramid.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 __elxFixedSmoothingPyramid_h
19#define __elxFixedSmoothingPyramid_h
20
21#include "elxIncludes.h" // include first to avoid MSVS warning
23
24namespace elastix
25{
26
38template< class TElastix >
40 public
42 typename FixedImagePyramidBase< TElastix >::InputImageType,
43 typename FixedImagePyramidBase< TElastix >::OutputImageType >,
44 public
45 FixedImagePyramidBase< TElastix >
46{
47public:
48
55 typedef itk::SmartPointer< Self > Pointer;
56 typedef itk::SmartPointer< const Self > ConstPointer;
57
59 itkNewMacro( Self );
60
63
68 elxClassNameMacro( "FixedSmoothingImagePyramid" );
69
71 itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
72
80
89
90protected:
91
96
97private:
98
100 FixedSmoothingPyramid( const Self & ); // purposely not implemented
102 void operator=( const Self & ); // purposely not implemented
103
104};
105
106} // end namespace elastix
107
108#ifndef ITK_MANUAL_INSTANTIATION
109#include "elxFixedSmoothingPyramid.hxx"
110#endif
111
112#endif // end #ifndef __elxFixedSmoothingPyramid_h
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all FixedImagePyramids.
ElastixType::FixedImageType OutputImageType
Superclass::RegistrationType RegistrationType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationPointer RegistrationPointer
ElastixType::FixedImageType InputImageType
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
Superclass::ElastixPointer ElastixPointer
A pyramid based on the itk::MultiResolutionGaussianSmoothingPyramidImageFilter.
Superclass2::ElastixPointer ElastixPointer
Superclass2::ElastixType ElastixType
Superclass1::InputImageType InputImageType
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass1::OutputImagePointer OutputImagePointer
Superclass1::OutputImageType OutputImageType
itk::MultiResolutionGaussianSmoothingPyramidImageFilter< typename FixedImagePyramidBase< TElastix >::InputImageType, typename FixedImagePyramidBase< TElastix >::OutputImageType > Superclass1
Superclass2::ConfigurationType ConfigurationType
Superclass2::RegistrationType RegistrationType
void operator=(const Self &)
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::InputImagePointer InputImagePointer
Superclass2::ITKBaseType ITKBaseType
Superclass1::ScheduleType ScheduleType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
itk::SmartPointer< const Self > ConstPointer
FixedImagePyramidBase< TElastix > Superclass2
elxClassNameMacro("FixedSmoothingImagePyramid")


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo