go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxFixedGenericPyramid.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 __elxFixedGenericPyramid_h
15 #define __elxFixedGenericPyramid_h
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
19 
20 namespace elastix
21 {
22 
68 template< class TElastix >
71  typename FixedImagePyramidBase< TElastix >::InputImageType,
72  typename FixedImagePyramidBase< TElastix >::OutputImageType >,
73  public FixedImagePyramidBase< TElastix >
74 {
75 public:
76 
83  typedef itk::SmartPointer< Self > Pointer;
84  typedef itk::SmartPointer< const Self > ConstPointer;
85 
87  itkNewMacro( Self );
88 
91 
96  elxClassNameMacro( "FixedGenericImagePyramid" );
97 
99  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
100 
110 
119 
123  virtual void SetFixedSchedule( void );
124 
126  virtual void BeforeEachResolution( void );
127 
128  //tmp for debugging
129  virtual void AfterEachResolution( void );
130 
131 protected:
132 
136  virtual ~FixedGenericPyramid() {}
137 
138 private:
139 
141  FixedGenericPyramid( const Self & ); // purposely not implemented
143  void operator=( const Self & ); // purposely not implemented
144 
145 };
146 
147 } // end namespace elastix
148 
149 #ifndef ITK_MANUAL_INSTANTIATION
150 #include "elxFixedGenericPyramid.hxx"
151 #endif
152 
153 #endif // end #ifndef __elxFixedGenericPyramid_h
virtual void BeforeEachResolution(void)
itk::SmartPointer< Self > Pointer
Superclass1::InputImagePointer InputImagePointer
elxClassNameMacro("FixedGenericImagePyramid")
Superclass1::InputImageType InputImageType
void operator=(const Self &)
Superclass2::RegistrationPointer RegistrationPointer
Framework for creating images in a multi-resolution pyramid.
Superclass1::RescaleScheduleType RescaleScheduleType
Superclass::ConfigurationType ConfigurationType
Superclass2::RegistrationType RegistrationType
FixedImagePyramidBase< TElastix > Superclass2
virtual void SetFixedSchedule(void)
Superclass1::InputImageConstPointer InputImageConstPointer
This class is the elastix base class for all FixedImagePyramids.
Superclass2::ConfigurationPointer ConfigurationPointer
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
Superclass::ElastixPointer ElastixPointer
Superclass1::SmoothingScheduleType SmoothingScheduleType
itk::GenericMultiResolutionPyramidImageFilter< typename FixedImagePyramidBase< TElastix >::InputImageType, typename FixedImagePyramidBase< TElastix >::OutputImageType > Superclass1
Superclass1::OutputImageType OutputImageType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass2::ElastixType ElastixType
Superclass2::ConfigurationType ConfigurationType
itk::SmartPointer< const Self > ConstPointer
ElastixType::FixedImageType OutputImageType
virtual void AfterEachResolution(void)
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
A pyramid based on the itk::GenericMultiResolutionPyramidImageFilter.
ElastixType::FixedImageType InputImageType
Superclass2::ElastixPointer ElastixPointer
Superclass1::ScheduleType ScheduleType
Superclass1::OutputImagePointer OutputImagePointer
Superclass::RegistrationPointer RegistrationPointer
Superclass::RegistrationType RegistrationType
Superclass2::ITKBaseType ITKBaseType


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