go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxFixedShrinkingPyramid.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 __elxFixedShrinkingPyramid_h
16 #define __elxFixedShrinkingPyramid_h
17 
19 #include "elxIncludes.h"
20 
21 
22 namespace elastix
23 {
24 using namespace itk;
25 
37  template <class TElastix>
39  public
41  ITK_TYPENAME FixedImagePyramidBase<TElastix>::InputImageType,
42  ITK_TYPENAME FixedImagePyramidBase<TElastix>::OutputImageType >,
43  public
44  FixedImagePyramidBase<TElastix>
45  {
46  public:
47 
54  typedef SmartPointer<Self> Pointer;
55  typedef SmartPointer<const Self> ConstPointer;
56 
58  itkNewMacro( Self );
59 
62 
67  elxClassNameMacro( "FixedShrinkingImagePyramid" );
68 
70  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
71 
79 
88 
89  protected:
90 
95 
96  private:
97 
99  FixedShrinkingPyramid( const Self& ); // purposely not implemented
101  void operator=( const Self& ); // purposely not implemented
102 
103  }; // end class FixedShrinkingPyramid
104 
105 
106 } // end namespace elastix
107 
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "elxFixedShrinkingPyramid.hxx"
110 #endif
111 
112 #endif // end #ifndef __elxFixedShrinkingPyramid_h
113 
Superclass1::OutputImageType OutputImageType
Superclass2::ElastixPointer ElastixPointer
#define elxClassNameMacro(_name)
Definition: elxMacro.h:254
MultiResolutionShrinkPyramidImageFilter< typename FixedImagePyramidBase< TElastix >::InputImageType, typename FixedImagePyramidBase< TElastix >::OutputImageType > Superclass1
Superclass1::InputImagePointer InputImagePointer
SmartPointer< const Self > ConstPointer
Superclass2::RegistrationType RegistrationType
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass::ConfigurationType ConfigurationType
FixedImagePyramidBase< TElastix > Superclass2
Superclass1::ScheduleType ScheduleType
This class is the elastix base class for all FixedImagePyramids.
Framework for creating images in a multi-resolution pyramid.
Superclass::ElastixPointer ElastixPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::InputImageType InputImageType
ElastixType::FixedImageType OutputImageType
Superclass2::ElastixType ElastixType
ElastixType::FixedImageType InputImageType
A pyramid based on the itk::MultiResolutionShrinkPyramidImageFilter.
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::ITKBaseType ITKBaseType
Superclass2::ConfigurationType ConfigurationType
Superclass::RegistrationPointer RegistrationPointer
Superclass::RegistrationType RegistrationType
Superclass1::OutputImagePointer OutputImagePointer
Superclass2::RegistrationPointer RegistrationPointer
MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType


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