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 
18 #include "elxIncludes.h"
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:
135  virtual ~FixedGenericPyramid() {}
136 
137 private:
138 
140  FixedGenericPyramid( const Self& ); // purposely not implemented
142  void operator=( const Self& ); // purposely not implemented
143 
144 }; // end class FixedGenericPyramid
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)
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
itk::SmartPointer< Self > Pointer
Superclass2::RegistrationType RegistrationType
virtual void SetFixedSchedule(void)
Superclass1::InputImageConstPointer InputImageConstPointer
This class is the elastix base class for all FixedImagePyramids.
Superclass2::ConfigurationPointer ConfigurationPointer
itk::GenericMultiResolutionPyramidImageFilter< typename FixedImagePyramidBase< TElastix >::InputImageType, typename FixedImagePyramidBase< TElastix >::OutputImageType > Superclass1
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
Superclass::ElastixPointer ElastixPointer
Superclass1::SmoothingScheduleType SmoothingScheduleType
Superclass1::OutputImageType OutputImageType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass2::ElastixType ElastixType
Superclass2::ConfigurationType ConfigurationType
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
itk::SmartPointer< const Self > ConstPointer
Superclass::RegistrationType RegistrationType
Superclass2::ITKBaseType ITKBaseType
FixedImagePyramidBase< TElastix > Superclass2


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