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" // include first to avoid MSVS warning
19 
20 #include "elxTimer.h"
21 
22 namespace elastix
23 {
24 
45 template< class TElastix >
47  public
49  typename MetricBase< TElastix >::FixedImageType,
50  double >,
51  public MetricBase< TElastix >
52 {
53 public:
54 
59  double > Superclass1;
61  typedef itk::SmartPointer< Self > Pointer;
62  typedef itk::SmartPointer< const Self > ConstPointer;
63 
65  itkNewMacro( Self );
66 
69 
74  elxClassNameMacro( "TransformBendingEnergyPenalty" );
75 
77  typedef typename
93  typedef typename Superclass1::RealType RealType;
111  typedef typename
115  typedef typename
117  typedef typename
119 
121  itkStaticConstMacro( FixedImageDimension, unsigned int,
122  FixedImageType::ImageDimension );
123 
125  itkStaticConstMacro( MovingImageDimension, unsigned int,
126  MovingImageType::ImageDimension );
127 
136 
141 
145  virtual void Initialize( void ) throw ( itk::ExceptionObject );
146 
151  virtual void BeforeEachResolution( void );
152 
153 protected:
154 
157 
160 
161 private:
162 
164  TransformBendingEnergyPenalty( const Self & ); // purposely not implemented
166  void operator=( const Self & ); // purposely not implemented
167 
168 };
169 
170 } // end namespace elastix
171 
172 #ifndef ITK_MANUAL_INSTANTIATION
173 #include "elxTransformBendingEnergyPenaltyTerm.hxx"
174 #endif
175 
176 #endif // end #ifndef __elxTransformBendingEnergyPenaltyTerm_H__
Superclass::ElastixPointer ElastixPointer
Definition: elxMetricBase.h:84
Superclass1::MovingImageConstPointer MovingImageConstPointer
Superclass::RegistrationType RegistrationType
Definition: elxMetricBase.h:87
elxClassNameMacro("TransformBendingEnergyPenalty")
Superclass::MovingImageConstPointer MovingImageConstPointer
Superclass::ConfigurationType ConfigurationType
Definition: elxMetricBase.h:85
Superclass1::MovingImageLimiterType MovingImageLimiterType
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
ElastixType::FixedImageType FixedImageType
Definition: elxMetricBase.h:91
Superclass1::GradientImageFilterPointer GradientImageFilterPointer
itk::SmartPointer< Self > Pointer
Definition: elxTimer.h:73
Superclass::GradientImageFilterType GradientImageFilterType
Superclass1::MovingImageLimiterOutputType MovingImageLimiterOutputType
A class to time the different parts of the registration.
Definition: elxTimer.h:66
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 "vector" container that conforms to the IndexedContainerInterface.
itk::TransformBendingEnergyPenaltyTerm< typename MetricBase< TElastix >::FixedImageType, double > Superclass1
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
A penalty term based on the bending energy of a thin metal sheet.
Superclass1::TransformJacobianType TransformJacobianType
Superclass1::FixedImageConstPointer FixedImageConstPointer
Superclass::FixedImageConstPointer FixedImageConstPointer
Base class for all ITK limiter function objects.
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
Superclass::ElastixType ElastixType
Definition: elxMetricBase.h:80
A cost function that calculates the bending energy of a transformation.
itk::SingleValuedCostFunction ITKBaseType
Definition: elxMetricBase.h:99
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass1::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass1::FixedImageLimiterOutputType FixedImageLimiterOutputType
Superclass::RegistrationPointer RegistrationPointer
Definition: elxMetricBase.h:88
Superclass1::GradientImageFilterType GradientImageFilterType
Superclass::TransformParametersType TransformParametersType
Superclass::MovingImageMaskPointer MovingImageMaskPointer
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxMetricBase.h:86
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
This class is the elastix base class for all Metrics.
Definition: elxMetricBase.h:71


Generated on 11-03-2014 for elastix by doxygen 1.8.6 elastix logo