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  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 __elxMovingRecursivePyramid_h
16 #define __elxMovingRecursivePyramid_h
17 
18 #include "itkRecursiveMultiResolutionPyramidImageFilter.h"
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 
35  template <class TElastix>
37  public
38  itk::RecursiveMultiResolutionPyramidImageFilter<
39  typename MovingImagePyramidBase<TElastix>::InputImageType,
40  typename MovingImagePyramidBase<TElastix>::OutputImageType >,
41  public
42  MovingImagePyramidBase<TElastix>
43  {
44  public:
45 
48  typedef itk::RecursiveMultiResolutionPyramidImageFilter<
52  typedef itk::SmartPointer<Self> Pointer;
53  typedef itk::SmartPointer<const Self> ConstPointer;
54 
56  itkNewMacro( Self );
57 
59  itkTypeMacro( MovingRecursivePyramid, RecursiveMultiResolutionPyramidImageFilter );
60 
65  elxClassNameMacro( "MovingRecursiveImagePyramid" );
66 
68  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
69 
71  typedef typename Superclass1::InputImageType InputImageType;
72  typedef typename Superclass1::OutputImageType OutputImageType;
73  typedef typename Superclass1::InputImagePointer InputImagePointer;
74  typedef typename Superclass1::OutputImagePointer OutputImagePointer;
75  typedef typename Superclass1::InputImageConstPointer InputImageConstPointer;
76 
85 
86  protected:
87 
92 
93  private:
94 
96  MovingRecursivePyramid( const Self& ); // purposely not implemented
98  void operator=( const Self& ); // purposely not implemented
99 
100  }; // end class MovingRecursivePyramid
101 
102 
103 } // end namespace elastix
104 
105 #ifndef ITK_MANUAL_INSTANTIATION
106 #include "elxMovingRecursivePyramid.hxx"
107 #endif
108 
109 #endif // end #ifndef __elxMovingRecursivePyramid_h
Superclass::ElastixPointer ElastixPointer
Superclass1::OutputImagePointer OutputImagePointer
Superclass2::RegistrationPointer RegistrationPointer
void operator=(const Self &)
Superclass1::InputImageConstPointer InputImageConstPointer
ElastixType::MovingImageType InputImageType
ElastixType::MovingImageType OutputImageType
Superclass::ConfigurationType ConfigurationType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationPointer RegistrationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass2::ElastixPointer ElastixPointer
Superclass1::OutputImageType OutputImageType
Superclass1::InputImageType InputImageType
itk::SmartPointer< const Self > ConstPointer
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
Superclass1::InputImagePointer InputImagePointer
Superclass2::RegistrationType RegistrationType
This class is the elastix base class for all MovingImagePyramids.
elxClassNameMacro("MovingRecursiveImagePyramid")
Superclass::RegistrationType RegistrationType
Superclass2::ConfigurationType ConfigurationType
MovingImagePyramidBase< TElastix > Superclass2
itk::RecursiveMultiResolutionPyramidImageFilter< typename MovingImagePyramidBase< TElastix >::InputImageType, typename MovingImagePyramidBase< TElastix >::OutputImageType > Superclass1
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
A pyramid based on the itkRecursiveMultiResolutionPyramidImageFilter.


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