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 #ifndef __elxMovingSmoothingPyramid_h
15 #define __elxMovingSmoothingPyramid_h
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
19 
20 namespace elastix
21 {
22 
34 template< class TElastix >
36  public
38  typename MovingImagePyramidBase< TElastix >::InputImageType,
39  typename MovingImagePyramidBase< TElastix >::OutputImageType >,
40  public
41  MovingImagePyramidBase< TElastix >
42 {
43 public:
44 
51  typedef itk::SmartPointer< Self > Pointer;
52  typedef itk::SmartPointer< const Self > ConstPointer;
53 
55  itkNewMacro( Self );
56 
59 
64  elxClassNameMacro( "MovingSmoothingImagePyramid" );
65 
67  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
68 
75 
84 
85 protected:
86 
91 
92 private:
93 
95  MovingSmoothingPyramid( const Self & ); // purposely not implemented
97  void operator=( const Self & ); // purposely not implemented
98 
99 };
100 
101 } // end namespace elastix
102 
103 #ifndef ITK_MANUAL_INSTANTIATION
104 #include "elxMovingSmoothingPyramid.hxx"
105 #endif
106 
107 #endif // end #ifndef __elxMovingSmoothingPyramid_h
itk::MultiResolutionGaussianSmoothingPyramidImageFilter< typename MovingImagePyramidBase< TElastix >::InputImageType, typename MovingImagePyramidBase< TElastix >::OutputImageType > Superclass1
Superclass2::RegistrationPointer RegistrationPointer
Superclass::ElastixPointer ElastixPointer
elxClassNameMacro("MovingSmoothingImagePyramid")
void operator=(const Self &)
Superclass2::ConfigurationType ConfigurationType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
ElastixType::MovingImageType InputImageType
ElastixType::MovingImageType OutputImageType
Superclass1::InputImageType InputImageType
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass::ConfigurationType ConfigurationType
Superclass2::ElastixPointer ElastixPointer
Superclass::RegistrationPointer RegistrationPointer
Superclass::ConfigurationPointer ConfigurationPointer
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
A pyramid based on the itkMultiResolutionGaussianSmoothingPyramidImageFilter.
Superclass1::InputImagePointer InputImagePointer
MovingImagePyramidBase< TElastix > Superclass2
Superclass1::OutputImagePointer OutputImagePointer
This class is the elastix base class for all MovingImagePyramids.
Superclass::RegistrationType RegistrationType
itk::SmartPointer< const Self > ConstPointer
Superclass1::OutputImageType OutputImageType
Superclass2::RegistrationType RegistrationType
Superclass2::ConfigurationPointer ConfigurationPointer


Generated on 27-04-2014 for elastix by doxygen 1.8.6 elastix logo