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


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