go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxMovingSmoothingPyramid.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 __elxMovingSmoothingPyramid_h
16 #define __elxMovingSmoothingPyramid_h
17 
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 using namespace itk;
24 
36  template <class TElastix>
38  public
40  ITK_TYPENAME MovingImagePyramidBase<TElastix>::InputImageType,
41  ITK_TYPENAME MovingImagePyramidBase<TElastix>::OutputImageType >,
42  public
43  MovingImagePyramidBase<TElastix>
44  {
45  public:
46 
53  typedef SmartPointer<Self> Pointer;
54  typedef SmartPointer<const Self> ConstPointer;
55 
57  itkNewMacro( Self );
58 
61 
66  elxClassNameMacro( "MovingSmoothingImagePyramid" );
67 
69  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
70 
77 
86 
87  protected:
88 
93 
94  private:
95 
97  MovingSmoothingPyramid( const Self& ); // purposely not implemented
99  void operator=( const Self& ); // purposely not implemented
100 
101  }; // end class MovingSmoothingPyramid
102 
103 
104 } // end namespace elastix
105 
106 #ifndef ITK_MANUAL_INSTANTIATION
107 #include "elxMovingSmoothingPyramid.hxx"
108 #endif
109 
110 #endif // end #ifndef __elxMovingSmoothingPyramid_h
Superclass2::RegistrationPointer RegistrationPointer
Superclass::ElastixPointer ElastixPointer
#define elxClassNameMacro(_name)
Definition: elxMacro.h:254
Superclass2::ConfigurationType ConfigurationType
ElastixType::MovingImageType InputImageType
ElastixType::MovingImageType OutputImageType
MovingImagePyramidBase< TElastix > Superclass2
Superclass1::InputImageType InputImageType
Superclass1::InputImageConstPointer InputImageConstPointer
MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
Superclass::ConfigurationType ConfigurationType
Superclass2::ElastixPointer ElastixPointer
Superclass::RegistrationPointer RegistrationPointer
Superclass::ConfigurationPointer ConfigurationPointer
A pyramid based on the itkMultiResolutionGaussianSmoothingPyramidImageFilter.
Superclass1::InputImagePointer InputImagePointer
Superclass1::OutputImagePointer OutputImagePointer
MultiResolutionGaussianSmoothingPyramidImageFilter< typename MovingImagePyramidBase< TElastix >::InputImageType, typename MovingImagePyramidBase< TElastix >::OutputImageType > Superclass1
This class is the elastix base class for all MovingImagePyramids.
Superclass::RegistrationType RegistrationType
SmartPointer< const Self > ConstPointer
Superclass1::OutputImageType OutputImageType
Superclass2::RegistrationType RegistrationType
Superclass2::ConfigurationPointer ConfigurationPointer


Generated on 06-12-2013 for elastix by doxygen 1.8.5 elastix logo