go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxTransformRigidityPenaltyTerm.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 __elxTransformRigidityPenaltyTerm_H__
15 #define __elxTransformRigidityPenaltyTerm_H__
16 
17 #include "elxIncludes.h"
19 
20 #include "elxTimer.h"
21 
22 namespace elastix
23 {
24 using namespace itk;
25 
108 template <class TElastix >
111  ITK_TYPENAME MetricBase<TElastix>::FixedImageType,
112  double >,
113  public MetricBase<TElastix>
114 {
115 public:
116 
121  double > Superclass1;
123  typedef SmartPointer<Self> Pointer;
124  typedef SmartPointer<const Self> ConstPointer;
125 
127  itkNewMacro( Self );
128 
131 
136  elxClassNameMacro( "TransformRigidityPenalty" );
137 
154  typedef typename Superclass1::RealType RealType;
177 
179 
181  itkStaticConstMacro( FixedImageDimension, unsigned int,
182  FixedImageType::ImageDimension );
183 
185  itkStaticConstMacro( MovingImageDimension, unsigned int,
186  MovingImageType::ImageDimension );
187 
196 
201 
205  virtual void Initialize( void ) throw (ExceptionObject);
206 
211  virtual void BeforeEachResolution( void );
212 
219  virtual void BeforeRegistration( void );
220 
225  virtual void AfterEachIteration( void );
226 
231  virtual void SelectNewSamples( void ){};
232 
233 protected:
234 
237 
240 
241 private:
242 
244  TransformRigidityPenalty( const Self& ); // purposely not implemented
246  void operator=( const Self& ); // purposely not implemented
247 
248 }; // end class TransformRigidityPenalty
249 
250 
251 } // end namespace elastix
252 
253 
254 #ifndef ITK_MANUAL_INSTANTIATION
255 #include "elxTransformRigidityPenaltyTerm.hxx"
256 #endif
257 
258 #endif // end #ifndef __elxTransformRigidityPenaltyTerm_H__
259 


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