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 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( "FixedSmoothingImagePyramid" );
67 
69  itkStaticConstMacro( ImageDimension, unsigned int, Superclass1::ImageDimension );
70 
78 
87 
88 
89 
90  protected:
91 
96 
97  private:
98 
100  FixedSmoothingPyramid( const Self& ); // purposely not implemented
102  void operator=( const Self& ); // purposely not implemented
103 
104  }; // end class FixedSmoothingPyramid
105 
106 
107 } // end namespace elastix
108 
109 #ifndef ITK_MANUAL_INSTANTIATION
110 #include "elxFixedSmoothingPyramid.hxx"
111 #endif
112 
113 #endif // end #ifndef __elxFixedSmoothingPyramid_h
114 


Generated on 27-06-2013 for elastix by doxygen 1.8.3.1 elastix logo