go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxFixedSmoothingPyramid.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 __elxFixedSmoothingPyramid_h
16 #define __elxFixedSmoothingPyramid_h
17 
19 #include "elxIncludes.h"
20 
21 namespace elastix
22 {
23 
35  template <class TElastix>
37  public
39  typename FixedImagePyramidBase<TElastix>::InputImageType,
40  typename FixedImagePyramidBase<TElastix>::OutputImageType >,
41  public
42  FixedImagePyramidBase<TElastix>
43  {
44  public:
45 
52  typedef itk::SmartPointer<Self> Pointer;
53  typedef itk::SmartPointer<const Self> ConstPointer;
54 
56  itkNewMacro(Self);
57 
60 
65  elxClassNameMacro( "FixedSmoothingImagePyramid" );
66 
68  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
69 
77 
86 
87 
88 
89  protected:
90 
95 
96  private:
97 
99  FixedSmoothingPyramid( const Self& ); // purposely not implemented
101  void operator=( const Self& ); // purposely not implemented
102 
103  }; // end class FixedSmoothingPyramid
104 
105 
106 } // end namespace elastix
107 
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "elxFixedSmoothingPyramid.hxx"
110 #endif
111 
112 #endif // end #ifndef __elxFixedSmoothingPyramid_h
113 
itk::MultiResolutionGaussianSmoothingPyramidImageFilter< typename FixedImagePyramidBase< TElastix >::InputImageType, typename FixedImagePyramidBase< TElastix >::OutputImageType > Superclass1
Superclass1::OutputImageType OutputImageType
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::OutputImagePointer OutputImagePointer
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass2::ConfigurationType ConfigurationType
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass::ConfigurationType ConfigurationType
A pyramid based on the itk::MultiResolutionGaussianSmoothingPyramidImageFilter.
FixedImagePyramidBase< TElastix > Superclass2
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass1::ScheduleType ScheduleType
elxClassNameMacro("FixedSmoothingImagePyramid")
This class is the elastix base class for all FixedImagePyramids.
itk::SmartPointer< const Self > ConstPointer
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
Superclass::ElastixPointer ElastixPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass1::InputImageType InputImageType
ElastixType::FixedImageType OutputImageType
void operator=(const Self &)
Superclass2::ITKBaseType ITKBaseType
Superclass1::InputImagePointer InputImagePointer
ElastixType::FixedImageType InputImageType
Superclass::RegistrationPointer RegistrationPointer
Superclass2::ElastixType ElastixType
Superclass::RegistrationType RegistrationType
Superclass2::RegistrationType RegistrationType
Superclass2::ElastixPointer ElastixPointer


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