go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxTransformBendingEnergyPenaltyTerm.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 __elxTransformBendingEnergyPenaltyTerm_H__
15 #define __elxTransformBendingEnergyPenaltyTerm_H__
16 
17 #include "elxIncludes.h"
19 
20 #include "elxTimer.h"
21 
22 namespace elastix
23 {
24 using namespace itk;
25 
46 template <class TElastix >
48  public
50  ITK_TYPENAME MetricBase<TElastix>::FixedImageType,
51  double >,
52  public MetricBase<TElastix>
53 {
54 public:
55 
60  double > Superclass1;
62  typedef SmartPointer<Self> Pointer;
63  typedef SmartPointer<const Self> ConstPointer;
64 
66  itkNewMacro( Self );
67 
70 
75  elxClassNameMacro( "TransformBendingEnergyPenalty" );
76 
78  typedef typename
94  typedef typename Superclass1::RealType RealType;
112  typedef typename
116  typedef typename
118  typedef typename
120 
122  itkStaticConstMacro( FixedImageDimension, unsigned int,
123  FixedImageType::ImageDimension );
124 
126  itkStaticConstMacro( MovingImageDimension, unsigned int,
127  MovingImageType::ImageDimension );
128 
137 
142 
146  virtual void Initialize( void ) throw (ExceptionObject);
147 
152  virtual void BeforeEachResolution( void );
153 
154 protected:
155 
158 
161 
162 private:
163 
165  TransformBendingEnergyPenalty( const Self& ); // purposely not implemented
167  void operator=( const Self& ); // purposely not implemented
168 
169 }; // end class TransformBendingEnergyPenalty
170 
171 
172 } // end namespace elastix
173 
174 
175 #ifndef ITK_MANUAL_INSTANTIATION
176 #include "elxTransformBendingEnergyPenaltyTerm.hxx"
177 #endif
178 
179 #endif // end #ifndef __elxTransformBendingEnergyPenaltyTerm_H__
180 
Superclass::ElastixPointer ElastixPointer
Definition: elxMetricBase.h:86
Superclass1::MovingImageConstPointer MovingImageConstPointer
Superclass::RegistrationType RegistrationType
Definition: elxMetricBase.h:89
Superclass::MovingImageConstPointer MovingImageConstPointer
Superclass::ConfigurationType ConfigurationType
Definition: elxMetricBase.h:87
TransformBendingEnergyPenaltyTerm< typename MetricBase< TElastix >::FixedImageType, double > Superclass1
#define elxClassNameMacro(_name)
Definition: elxMacro.h:254
Superclass1::MovingImageLimiterType MovingImageLimiterType
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
SmartPointer< Self > Pointer
Definition: elxTimer.h:73
ElastixType::FixedImageType FixedImageType
Definition: elxMetricBase.h:93
Superclass1::GradientImageFilterPointer GradientImageFilterPointer
Superclass::GradientImageFilterType GradientImageFilterType
Superclass1::MovingImageLimiterOutputType MovingImageLimiterOutputType
A class to time the different parts of the registration.
Definition: elxTimer.h:67
Superclass::GradientImageFilterPointer GradientImageFilterPointer
Superclass1::TransformParametersType TransformParametersType
Superclass::CoordinateRepresentationType CoordinateRepresentationType
This class is a base class for any image sampler.
Define a front-end to the STL &quot;vector&quot; container that conforms to the IndexedContainerInterface.
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
A penalty term based on the bending energy of a thin metal sheet.
Superclass1::TransformJacobianType TransformJacobianType
SingleValuedCostFunction ITKBaseType
Superclass1::FixedImageConstPointer FixedImageConstPointer
Superclass::FixedImageConstPointer FixedImageConstPointer
Base class for all ITK limiter function objects.
Superclass::ElastixType ElastixType
Definition: elxMetricBase.h:82
A cost function that calculates the bending energy of a transformation.
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass1::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass1::FixedImageLimiterOutputType FixedImageLimiterOutputType
Superclass::RegistrationPointer RegistrationPointer
Definition: elxMetricBase.h:90
Superclass1::GradientImageFilterType GradientImageFilterType
Superclass::TransformParametersType TransformParametersType
Superclass::MovingImageMaskPointer MovingImageMaskPointer
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxMetricBase.h:88
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
This class is the elastix base class for all Metrics.
Definition: elxMetricBase.h:73


Generated on 06-12-2013 for elastix by doxygen 1.8.5 elastix logo