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  void Initialize( void ) override;
143 
148  void BeforeEachResolution( void ) override;
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__
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all Metrics.
Definition: elxMetricBase.h:73
itk::SingleValuedCostFunction ITKBaseType
Superclass::RegistrationPointer RegistrationPointer
Definition: elxMetricBase.h:89
Superclass::ElastixType ElastixType
Definition: elxMetricBase.h:81
ElastixType::FixedImageType FixedImageType
Definition: elxMetricBase.h:92
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxMetricBase.h:87
Superclass::RegistrationType RegistrationType
Definition: elxMetricBase.h:88
Superclass::ElastixPointer ElastixPointer
Definition: elxMetricBase.h:85
A penalty term based on the bending energy of a thin metal sheet.
Superclass1::TransformJacobianType TransformJacobianType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass1::MovingImageConstPointer MovingImageConstPointer
Superclass1::GradientImageFilterPointer GradientImageFilterPointer
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Superclass1::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass1::TransformParametersType TransformParametersType
Superclass1::MovingImageLimiterOutputType MovingImageLimiterOutputType
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
Superclass1::FixedImageLimiterOutputType FixedImageLimiterOutputType
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
elxClassNameMacro("TransformBendingEnergyPenalty")
Superclass1::MovingImageLimiterType MovingImageLimiterType
Superclass1::GradientImageFilterType GradientImageFilterType
itk::TransformBendingEnergyPenaltyTerm< typename MetricBase< TElastix >::FixedImageType, double > Superclass1
void BeforeEachResolution(void) override
Superclass1::FixedImageConstPointer FixedImageConstPointer
This class is a base class for any image sampler.
Base class for all ITK limiter function objects.
A cost function that calculates the bending energy of a transformation.
Superclass::FixedImageConstPointer FixedImageConstPointer
Superclass::CoordinateRepresentationType CoordinateRepresentationType
Superclass::GradientImageFilterType GradientImageFilterType
Superclass::GradientImageFilterPointer GradientImageFilterPointer
Superclass::ImageSampleContainerType ImageSampleContainerType
Superclass::TransformParametersType TransformParametersType
Superclass::MovingImageMaskPointer MovingImageMaskPointer
Superclass::MovingImageConstPointer MovingImageConstPointer
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
A cost function that calculates a penalty term on a transformation.


Generated on 1641078589 for elastix by doxygen 1.9.1 elastix logo