go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxMultiResolutionRegistration.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 __elxMultiResolutionRegistration_H__
16 #define __elxMultiResolutionRegistration_H__
17 
19 
20 #include "elxIncludes.h"
21 
22 namespace elastix
23 {
24 using namespace itk;
25 
43  template <class TElastix>
45  public
47  public
48  RegistrationBase<TElastix>
49  {
50  public:
51 
54  typedef typename RegistrationBase<TElastix>
57  typedef SmartPointer<Self> Pointer;
58  typedef SmartPointer<const Self> ConstPointer;
59 
61  itkNewMacro( Self );
62 
64  itkTypeMacro( MultiResolutionRegistration, MultiResolutionImageRegistrationMethod );
65 
70  elxClassNameMacro( "MultiResolutionRegistration" );
71 
78 
82 
86 
90 
94 
97 
101 
105 
110 
120 
122  itkStaticConstMacro( FixedImageDimension, unsigned int, Superclass2::FixedImageDimension );
124  itkStaticConstMacro( MovingImageDimension, unsigned int, Superclass2::MovingImageDimension );
125 
130  virtual void BeforeRegistration( void );
131 
134  virtual void BeforeEachResolution( void );
135 
136  protected:
137 
142 
144  typedef tmr::Timer TimerType;
147 
158 
160  void UpdateMasks( unsigned int level );
161 
163  virtual void SetComponents( void );
164 
165  private:
166 
168  MultiResolutionRegistration( const Self& ); // purposely not implemented
170  void operator=( const Self& ); // purposely not implemented
171 
172  }; // end class MultiResolutionRegistration
173 
174 
175 } // end namespace elastix
176 
177 #ifndef ITK_MANUAL_INSTANTIATION
178 #include "elxMultiResolutionRegistration.hxx"
179 #endif
180 
181 #endif // end #ifndef __elxMultiResolutionRegistration_H__


Generated on 21-03-2014 for elastix by doxygen 1.8.1.2 elastix logo