go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxMovingShrinkingPyramid.h
Go to the documentation of this file.
1 /*======================================================================
2 
3  This file is part of the elastix software.
4 
5  Copyright (c) University Medical Center Utrecht. All rights reserved.
6  See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
7  details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 ======================================================================*/
14 
15 #ifndef __elxMovingShrinkingPyramid_h
16 #define __elxMovingShrinkingPyramid_h
17 
19 #include "elxIncludes.h"
20 
21 
22 namespace elastix
23 {
24 
36  template <class TElastix>
38  public
40  typename MovingImagePyramidBase<TElastix>::InputImageType,
41  typename MovingImagePyramidBase<TElastix>::OutputImageType >,
42  public
43  MovingImagePyramidBase<TElastix>
44  {
45  public:
46 
53  typedef itk::SmartPointer<Self> Pointer;
54  typedef itk::SmartPointer<const Self> ConstPointer;
55 
57  itkNewMacro( Self );
58 
61 
66  elxClassNameMacro( "MovingShrinkingImagePyramid" );
67 
69  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
70 
78 
87 
88  protected:
89 
94 
95  private:
96 
98  MovingShrinkingPyramid( const Self& ); // purposely not implemented
100  void operator=( const Self& ); // purposely not implemented
101 
102  }; // end class MovingShrinkingPyramid
103 
104 
105 } // end namespace elastix
106 
107 #ifndef ITK_MANUAL_INSTANTIATION
108 #include "elxMovingShrinkingPyramid.hxx"
109 #endif
110 
111 #endif // end #ifndef __elxMovingShrinkingPyramid_h
112 
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass::ElastixPointer ElastixPointer
Superclass1::ScheduleType ScheduleType
ElastixType::MovingImageType InputImageType
ElastixType::MovingImageType OutputImageType
Superclass::ConfigurationType ConfigurationType
Superclass::RegistrationPointer RegistrationPointer
Superclass1::InputImagePointer InputImagePointer
Superclass1::OutputImageType OutputImageType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::InputImageType InputImageType
itk::SmartPointer< const Self > ConstPointer
Framework for creating images in a multi-resolution pyramid.
Superclass1::OutputImagePointer OutputImagePointer
elxClassNameMacro("MovingShrinkingImagePyramid")
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
MovingImagePyramidBase< TElastix > Superclass2
itk::MultiResolutionShrinkPyramidImageFilter< typename MovingImagePyramidBase< TElastix >::InputImageType, typename MovingImagePyramidBase< TElastix >::OutputImageType > Superclass1
Superclass2::RegistrationType RegistrationType
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::ConfigurationType ConfigurationType
This class is the elastix base class for all MovingImagePyramids.
Superclass::RegistrationType RegistrationType
Superclass2::ConfigurationPointer ConfigurationPointer
A pyramid based on the itk::MultiResolutionShrinkPyramidImageFilter.
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
void operator=(const Self &)
Superclass2::ElastixPointer ElastixPointer


Generated on 05-01-2014 for elastix by doxygen 1.8.5 elastix logo