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 #ifndef __elxFixedRecursivePyramid_h
15 #define __elxFixedRecursivePyramid_h
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
18 #include "itkRecursiveMultiResolutionPyramidImageFilter.h"
19 
20 namespace elastix
21 {
22 
34 template< class TElastix >
36  public
37  itk::RecursiveMultiResolutionPyramidImageFilter<
38  typename FixedImagePyramidBase< TElastix >::InputImageType,
39  typename FixedImagePyramidBase< TElastix >::OutputImageType >,
40  public
41  FixedImagePyramidBase< TElastix >
42 {
43 public:
44 
47  typedef itk::RecursiveMultiResolutionPyramidImageFilter<
51  typedef itk::SmartPointer< Self > Pointer;
52  typedef itk::SmartPointer< const Self > ConstPointer;
53 
55  itkNewMacro( Self );
56 
58  itkTypeMacro( FixedRecursivePyramid, itk::RecursiveMultiResolutionPyramidImageFilter );
59 
64  elxClassNameMacro( "FixedRecursiveImagePyramid" );
65 
67  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
68 
70  typedef typename Superclass1::InputImageType InputImageType;
71  typedef typename Superclass1::OutputImageType OutputImageType;
72  typedef typename Superclass1::InputImagePointer InputImagePointer;
73  typedef typename Superclass1::OutputImagePointer OutputImagePointer;
74  typedef typename Superclass1::InputImageConstPointer InputImageConstPointer;
75  typedef typename Superclass1::ScheduleType ScheduleType;
76 
85 
86 protected:
87 
92 
93 private:
94 
96  FixedRecursivePyramid( const Self & ); // purposely not implemented
98  void operator=( const Self & ); // purposely not implemented
99 
100 };
101 
102 } // end namespace elastix
103 
104 #ifndef ITK_MANUAL_INSTANTIATION
105 #include "elxFixedRecursivePyramid.hxx"
106 #endif
107 
108 #endif // end #ifndef __elxFixedRecursivePyramid_h
Superclass1::OutputImageType OutputImageType
void operator=(const Self &)
Superclass2::ConfigurationType ConfigurationType
Superclass1::InputImagePointer InputImagePointer
Superclass1::OutputImagePointer OutputImagePointer
Superclass2::RegistrationPointer RegistrationPointer
itk::SmartPointer< const Self > ConstPointer
Superclass1::ScheduleType ScheduleType
Superclass2::ConfigurationPointer ConfigurationPointer
itk::RecursiveMultiResolutionPyramidImageFilter< typename FixedImagePyramidBase< TElastix >::InputImageType, typename FixedImagePyramidBase< TElastix >::OutputImageType > Superclass1
Superclass1::InputImageType InputImageType
Superclass::ConfigurationType ConfigurationType
Superclass2::ElastixType ElastixType
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass2::RegistrationType RegistrationType
FixedImagePyramidBase< TElastix > Superclass2
A pyramid based on the itk::RecursiveMultiResolutionPyramidImageFilter.
This class is the elastix base class for all FixedImagePyramids.
Superclass1::InputImageConstPointer InputImageConstPointer
itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > ITKBaseType
Superclass::ElastixPointer ElastixPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass2::ElastixPointer ElastixPointer
ElastixType::FixedImageType OutputImageType
ElastixType::FixedImageType InputImageType
Superclass::RegistrationPointer RegistrationPointer
Superclass2::ITKBaseType ITKBaseType
Superclass::RegistrationType RegistrationType
elxClassNameMacro("FixedRecursiveImagePyramid")


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