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  * Copyright UMC Utrecht and contributors
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0.txt
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *=========================================================================*/
18 #ifndef __elxTransformBendingEnergyPenaltyTerm_H__
19 #define __elxTransformBendingEnergyPenaltyTerm_H__
20 
21 #include "elxIncludes.h" // include first to avoid MSVS warning
23 
24 namespace elastix
25 {
26 
47 template< class TElastix >
49  public
51  typename MetricBase< TElastix >::FixedImageType,
52  double >,
53  public MetricBase< TElastix >
54 {
55 public:
56 
61  double > Superclass1;
63  typedef itk::SmartPointer< Self > Pointer;
64  typedef itk::SmartPointer< const Self > ConstPointer;
65 
67  itkNewMacro( Self );
68 
71 
76  elxClassNameMacro( "TransformBendingEnergyPenalty" );
77 
79  typedef typename
95  typedef typename Superclass1::RealType RealType;
113  typedef typename
117  typedef typename
119  typedef typename
121 
123  itkStaticConstMacro( FixedImageDimension, unsigned int,
124  FixedImageType::ImageDimension );
125 
127  itkStaticConstMacro( MovingImageDimension, unsigned int,
128  MovingImageType::ImageDimension );
129 
138 
142  virtual void Initialize( void ) throw ( itk::ExceptionObject );
143 
148  virtual void BeforeEachResolution( void );
149 
150 protected:
151 
154 
157 
158 private:
159 
161  TransformBendingEnergyPenalty( const Self & ); // purposely not implemented
163  void operator=( const Self & ); // purposely not implemented
164 
165 };
166 
167 } // end namespace elastix
168 
169 #ifndef ITK_MANUAL_INSTANTIATION
170 #include "elxTransformBendingEnergyPenaltyTerm.hxx"
171 #endif
172 
173 #endif // end #ifndef __elxTransformBendingEnergyPenaltyTerm_H__
elastix::TransformBendingEnergyPenalty::~TransformBendingEnergyPenalty
virtual ~TransformBendingEnergyPenalty()
Definition: elxTransformBendingEnergyPenaltyTerm.h:156
itk::TransformBendingEnergyPenaltyTerm::MovingImageMaskPointer
Superclass::MovingImageMaskPointer MovingImageMaskPointer
Definition: itkTransformBendingEnergyPenaltyTerm.h:96
elastix::TransformBendingEnergyPenalty::GradientImagePointer
Superclass1::GradientImagePointer GradientImagePointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:98
elastix::TransformBendingEnergyPenalty::ParametersType
Superclass1::ParametersType ParametersType
Definition: elxTransformBendingEnergyPenaltyTerm.h:107
itk::TransformBendingEnergyPenaltyTerm::MovingImagePixelType
Superclass::MovingImagePixelType MovingImagePixelType
Definition: itkTransformBendingEnergyPenaltyTerm.h:71
itkTransformBendingEnergyPenaltyTerm.h
elastix::MetricBase::ITKBaseType
itk::SingleValuedCostFunction ITKBaseType
Definition: elxMetricBase.h:100
itk::TransformBendingEnergyPenaltyTerm::OutputPointType
Superclass::OutputPointType OutputPointType
Definition: itkTransformBendingEnergyPenaltyTerm.h:81
elastix::MetricBase::RegistrationPointer
Superclass::RegistrationPointer RegistrationPointer
Definition: elxMetricBase.h:89
itk::TransformBendingEnergyPenaltyTerm::ParametersType
Superclass::ParametersType ParametersType
Definition: itkTransformBendingEnergyPenaltyTerm.h:100
itk::TransformBendingEnergyPenaltyTerm::FixedImageType
Superclass::FixedImageType FixedImageType
Definition: itkTransformBendingEnergyPenaltyTerm.h:74
elastix::TransformBendingEnergyPenalty::elxClassNameMacro
elxClassNameMacro("TransformBendingEnergyPenalty")
SmartPointer< Self >
elastix::MetricBase
This class is the elastix base class for all Metrics.
Definition: elxMetricBase.h:73
elastix::TransformBendingEnergyPenalty::ConfigurationType
Superclass2::ConfigurationType ConfigurationType
Definition: elxTransformBendingEnergyPenaltyTerm.h:133
itk::TransformBendingEnergyPenaltyTerm::GradientImageType
Superclass::GradientImageType GradientImageType
Definition: itkTransformBendingEnergyPenaltyTerm.h:89
itk::TransformBendingEnergyPenaltyTerm::InterpolatorPointer
Superclass::InterpolatorPointer InterpolatorPointer
Definition: itkTransformBendingEnergyPenaltyTerm.h:86
itk::TransformBendingEnergyPenaltyTerm::TransformParametersType
Superclass::TransformParametersType TransformParametersType
Definition: itkTransformBendingEnergyPenaltyTerm.h:82
itk::TransformBendingEnergyPenaltyTerm::GradientImageFilterType
Superclass::GradientImageFilterType GradientImageFilterType
Definition: itkTransformBendingEnergyPenaltyTerm.h:91
itk::LimiterFunctionBase
Base class for all ITK limiter function objects.
Definition: itkLimiterFunctionBase.h:52
elastix::TransformBendingEnergyPenalty::FixedImageMaskPointer
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:102
elastix::TransformBendingEnergyPenalty::TransformParametersType
Superclass1::TransformParametersType TransformParametersType
Definition: elxTransformBendingEnergyPenaltyTerm.h:91
itk::TransformBendingEnergyPenaltyTerm::FixedImageMaskType
Superclass::FixedImageMaskType FixedImageMaskType
Definition: itkTransformBendingEnergyPenaltyTerm.h:93
elastix::TransformBendingEnergyPenalty::Superclass1
itk::TransformBendingEnergyPenaltyTerm< typename MetricBase< TElastix >::FixedImageType, double > Superclass1
Definition: elxTransformBendingEnergyPenaltyTerm.h:61
itk::TransformBendingEnergyPenaltyTerm::FixedImageMaskPointer
Superclass::FixedImageMaskPointer FixedImageMaskPointer
Definition: itkTransformBendingEnergyPenaltyTerm.h:94
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::MovingImageLimiterOutputType
MovingImageLimiterType::OutputType MovingImageLimiterOutputType
Definition: itkAdvancedImageToImageMetric.h:149
elastix::TransformBendingEnergyPenalty::ConfigurationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:134
elastix::TransformBendingEnergyPenalty::InterpolatorPointer
Superclass1::InterpolatorPointer InterpolatorPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:94
itk::TransformBendingEnergyPenaltyTerm::InterpolatorType
Superclass::InterpolatorType InterpolatorType
Definition: itkTransformBendingEnergyPenaltyTerm.h:85
elastix::TransformBendingEnergyPenalty::Superclass2
MetricBase< TElastix > Superclass2
Definition: elxTransformBendingEnergyPenaltyTerm.h:62
elastix::TransformBendingEnergyPenalty::TransformBendingEnergyPenalty
TransformBendingEnergyPenalty(const Self &)
elastix::TransformBendingEnergyPenalty::FixedImageLimiterType
Superclass1::FixedImageLimiterType FixedImageLimiterType
Definition: elxTransformBendingEnergyPenaltyTerm.h:115
elastix::TransformBendingEnergyPenalty::FixedImageType
Superclass1::FixedImageType FixedImageType
Definition: elxTransformBendingEnergyPenaltyTerm.h:84
itk::TransformBendingEnergyPenaltyTerm::GradientImageFilterPointer
Superclass::GradientImageFilterPointer GradientImageFilterPointer
Definition: itkTransformBendingEnergyPenaltyTerm.h:92
itk::TransformBendingEnergyPenaltyTerm::MovingImageConstPointer
Superclass::MovingImageConstPointer MovingImageConstPointer
Definition: itkTransformBendingEnergyPenaltyTerm.h:73
elastix::TransformBendingEnergyPenalty::MeasureType
Superclass1::MeasureType MeasureType
Definition: elxTransformBendingEnergyPenaltyTerm.h:105
elastix::TransformBendingEnergyPenalty::itkStaticConstMacro
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
itk::TransformBendingEnergyPenaltyTerm::GradientPixelType
Superclass::GradientPixelType GradientPixelType
Definition: itkTransformBendingEnergyPenaltyTerm.h:88
elastix::TransformBendingEnergyPenalty::CoordinateRepresentationType
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Definition: elxTransformBendingEnergyPenaltyTerm.h:80
elastix::TransformBendingEnergyPenalty::operator=
void operator=(const Self &)
elastix::TransformBendingEnergyPenalty::MovingImageLimiterOutputType
Superclass1::MovingImageLimiterOutputType MovingImageLimiterOutputType
Definition: elxTransformBendingEnergyPenaltyTerm.h:120
elastix::TransformBendingEnergyPenalty::TransformPointer
Superclass1::TransformPointer TransformPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:88
elastix::MetricBase::ConfigurationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxMetricBase.h:87
itk::TransformBendingEnergyPenaltyTerm::MovingImageType
Superclass::MovingImageType MovingImageType
Definition: itkTransformBendingEnergyPenaltyTerm.h:70
itk::TransformBendingEnergyPenaltyTerm::MeasureType
Superclass::MeasureType MeasureType
Definition: itkTransformBendingEnergyPenaltyTerm.h:97
elastix::TransformBendingEnergyPenalty::MovingImagePixelType
Superclass1::MovingImagePixelType MovingImagePixelType
Definition: elxTransformBendingEnergyPenaltyTerm.h:82
elastix::TransformBendingEnergyPenalty::GradientImageFilterPointer
Superclass1::GradientImageFilterPointer GradientImageFilterPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:100
itk::TransformBendingEnergyPenaltyTerm::FixedImageConstPointer
Superclass::FixedImageConstPointer FixedImageConstPointer
Definition: itkTransformBendingEnergyPenaltyTerm.h:76
elastix::TransformBendingEnergyPenalty::TransformType
Superclass1::TransformType TransformType
Definition: elxTransformBendingEnergyPenaltyTerm.h:87
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::MovingImageRegionType
MovingImageType::RegionType MovingImageRegionType
Definition: itkAdvancedImageToImageMetric.h:134
elastix::TransformBendingEnergyPenalty::FixedImageMaskType
Superclass1::FixedImageMaskType FixedImageMaskType
Definition: elxTransformBendingEnergyPenaltyTerm.h:101
elastix::TransformBendingEnergyPenalty::GradientImageType
Superclass1::GradientImageType GradientImageType
Definition: elxTransformBendingEnergyPenaltyTerm.h:97
itk::TransformBendingEnergyPenaltyTerm::MovingImageMaskType
Superclass::MovingImageMaskType MovingImageMaskType
Definition: itkTransformBendingEnergyPenaltyTerm.h:95
elastix::TransformBendingEnergyPenalty::TransformBendingEnergyPenalty
TransformBendingEnergyPenalty()
Definition: elxTransformBendingEnergyPenaltyTerm.h:153
itk::TransformBendingEnergyPenaltyTerm::RealType
Superclass::RealType RealType
Definition: itkTransformBendingEnergyPenaltyTerm.h:87
elastix::TransformBendingEnergyPenalty::FixedImageConstPointer
Superclass1::FixedImageConstPointer FixedImageConstPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:85
itk::TransformBendingEnergyPenaltyTerm
A cost function that calculates the bending energy of a transformation.
Definition: itkTransformBendingEnergyPenaltyTerm.h:52
elastix::TransformBendingEnergyPenalty::BeforeEachResolution
virtual void BeforeEachResolution(void)
elastix::TransformBendingEnergyPenalty::InputPointType
Superclass1::InputPointType InputPointType
Definition: elxTransformBendingEnergyPenaltyTerm.h:89
elastix::TransformBendingEnergyPenalty::Initialize
virtual void Initialize(void)
elastix::TransformBendingEnergyPenalty::ITKBaseType
Superclass2::ITKBaseType ITKBaseType
Definition: elxTransformBendingEnergyPenaltyTerm.h:137
elastix::MetricBase::ConfigurationType
Superclass::ConfigurationType ConfigurationType
Definition: elxMetricBase.h:86
elastix::TransformBendingEnergyPenalty::RegistrationType
Superclass2::RegistrationType RegistrationType
Definition: elxTransformBendingEnergyPenaltyTerm.h:135
itk::TransformBendingEnergyPenaltyTerm::GradientImagePointer
Superclass::GradientImagePointer GradientImagePointer
Definition: itkTransformBendingEnergyPenaltyTerm.h:90
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::FixedImageLimiterOutputType
FixedImageLimiterType::OutputType FixedImageLimiterOutputType
Definition: itkAdvancedImageToImageMetric.h:146
elastix::TransformBendingEnergyPenalty::ElastixType
Superclass2::ElastixType ElastixType
Definition: elxTransformBendingEnergyPenaltyTerm.h:131
elastix::TransformBendingEnergyPenalty::FixedImageRegionType
Superclass1::FixedImageRegionType FixedImageRegionType
Definition: elxTransformBendingEnergyPenaltyTerm.h:86
elxIncludes.h
itk::TransformBendingEnergyPenaltyTerm::InputPointType
Superclass::InputPointType InputPointType
Definition: itkTransformBendingEnergyPenaltyTerm.h:80
elastix::TransformBendingEnergyPenalty::TransformJacobianType
Superclass1::TransformJacobianType TransformJacobianType
Definition: elxTransformBendingEnergyPenaltyTerm.h:92
itk::TransformBendingEnergyPenaltyTerm::CoordinateRepresentationType
Superclass::CoordinateRepresentationType CoordinateRepresentationType
Definition: itkTransformBendingEnergyPenaltyTerm.h:66
elastix::TransformBendingEnergyPenalty::ImageSampleContainerPointer
Superclass1::ImageSampleContainerPointer ImageSampleContainerPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:114
elastix::MetricBase::ElastixPointer
Superclass::ElastixPointer ElastixPointer
Definition: elxMetricBase.h:85
elastix::TransformBendingEnergyPenalty::FixedImageLimiterOutputType
Superclass1::FixedImageLimiterOutputType FixedImageLimiterOutputType
Definition: elxTransformBendingEnergyPenaltyTerm.h:118
elastix::TransformBendingEnergyPenalty::FixedImagePixelType
Superclass1::FixedImagePixelType FixedImagePixelType
Definition: elxTransformBendingEnergyPenaltyTerm.h:108
itk::TransformBendingEnergyPenaltyTerm::FixedImagePixelType
Superclass::FixedImagePixelType FixedImagePixelType
Definition: itkTransformBendingEnergyPenaltyTerm.h:101
itk::TransformBendingEnergyPenaltyTerm::TransformPointer
Superclass::TransformPointer TransformPointer
Definition: itkTransformBendingEnergyPenaltyTerm.h:79
elastix::TransformBendingEnergyPenalty::MovingImageType
Superclass1::MovingImageType MovingImageType
Definition: elxTransformBendingEnergyPenaltyTerm.h:81
elastix::TransformBendingEnergyPenalty::GradientImageFilterType
Superclass1::GradientImageFilterType GradientImageFilterType
Definition: elxTransformBendingEnergyPenaltyTerm.h:99
elastix::TransformBendingEnergyPenalty::ImageSamplerPointer
Superclass1::ImageSamplerPointer ImageSamplerPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:111
elastix::TransformBendingEnergyPenalty::InterpolatorType
Superclass1::InterpolatorType InterpolatorType
Definition: elxTransformBendingEnergyPenaltyTerm.h:93
elastix::TransformBendingEnergyPenalty::RegistrationPointer
Superclass2::RegistrationPointer RegistrationPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:136
elastix::TransformBendingEnergyPenalty
A penalty term based on the bending energy of a thin metal sheet.
Definition: elxTransformBendingEnergyPenaltyTerm.h:54
elastix::TransformBendingEnergyPenalty::RealType
Superclass1::RealType RealType
Definition: elxTransformBendingEnergyPenaltyTerm.h:95
elastix::MetricBase::FixedImageType
ElastixType::FixedImageType FixedImageType
Definition: elxMetricBase.h:92
elastix::TransformBendingEnergyPenalty::MovingImageMaskPointer
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:104
elastix::TransformBendingEnergyPenalty::MovingImageMaskType
Superclass1::MovingImageMaskType MovingImageMaskType
Definition: elxTransformBendingEnergyPenaltyTerm.h:103
elastix::TransformBendingEnergyPenalty::ImageSamplerType
Superclass1::ImageSamplerType ImageSamplerType
Definition: elxTransformBendingEnergyPenaltyTerm.h:110
elastix::TransformBendingEnergyPenalty::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:64
itk::TransformBendingEnergyPenaltyTerm::FixedImageRegionType
Superclass::FixedImageRegionType FixedImageRegionType
Definition: itkTransformBendingEnergyPenaltyTerm.h:77
elastix::TransformBendingEnergyPenalty::Self
TransformBendingEnergyPenalty Self
Definition: elxTransformBendingEnergyPenaltyTerm.h:58
itk::ImageSamplerBase
This class is a base class for any image sampler.
Definition: itkImageSamplerBase.h:45
itk::TransformBendingEnergyPenaltyTerm::TransformJacobianType
Superclass::TransformJacobianType TransformJacobianType
Definition: itkTransformBendingEnergyPenaltyTerm.h:83
elastix::MetricBase::ElastixType
Superclass::ElastixType ElastixType
Definition: elxMetricBase.h:81
elastix::TransformBendingEnergyPenalty::MovingImageConstPointer
Superclass1::MovingImageConstPointer MovingImageConstPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:83
itk::VectorDataContainer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Definition: itkVectorDataContainer.h:79
itk::TransformBendingEnergyPenaltyTerm::DerivativeType
Superclass::DerivativeType DerivativeType
Definition: itkTransformBendingEnergyPenaltyTerm.h:98
elastix::TransformBendingEnergyPenalty::MovingImageRegionType
Superclass1::MovingImageRegionType MovingImageRegionType
Definition: elxTransformBendingEnergyPenaltyTerm.h:109
elastix::TransformBendingEnergyPenalty::OutputPointType
Superclass1::OutputPointType OutputPointType
Definition: elxTransformBendingEnergyPenaltyTerm.h:90
elastix::TransformBendingEnergyPenalty::itkStaticConstMacro
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
elastix::TransformBendingEnergyPenalty::DerivativeType
Superclass1::DerivativeType DerivativeType
Definition: elxTransformBendingEnergyPenaltyTerm.h:106
elastix::TransformBendingEnergyPenalty::ImageSampleContainerType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Definition: elxTransformBendingEnergyPenaltyTerm.h:112
elastix::TransformBendingEnergyPenalty::Pointer
itk::SmartPointer< Self > Pointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:63
elastix::TransformBendingEnergyPenalty::GradientPixelType
Superclass1::GradientPixelType GradientPixelType
Definition: elxTransformBendingEnergyPenaltyTerm.h:96
elastix::TransformBendingEnergyPenalty::ElastixPointer
Superclass2::ElastixPointer ElastixPointer
Definition: elxTransformBendingEnergyPenaltyTerm.h:132
elastix
Definition: elxFixedGenericPyramid.h:25
elastix::TransformBendingEnergyPenalty::MovingImageLimiterType
Superclass1::MovingImageLimiterType MovingImageLimiterType
Definition: elxTransformBendingEnergyPenaltyTerm.h:116
itk::TransformBendingEnergyPenaltyTerm::TransformType
Superclass::TransformType TransformType
Definition: itkTransformBendingEnergyPenaltyTerm.h:78
elastix::MetricBase::RegistrationType
Superclass::RegistrationType RegistrationType
Definition: elxMetricBase.h:88


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo