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


Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo