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__
Superclass::ElastixPointer ElastixPointer
Definition: elxMetricBase.h:85
Superclass1::MovingImageConstPointer MovingImageConstPointer
Superclass::RegistrationType RegistrationType
Definition: elxMetricBase.h:88
elxClassNameMacro("TransformBendingEnergyPenalty")
Superclass::MovingImageConstPointer MovingImageConstPointer
Superclass::ConfigurationType ConfigurationType
Definition: elxMetricBase.h:86
Superclass1::MovingImageLimiterType MovingImageLimiterType
ElastixType::FixedImageType FixedImageType
Definition: elxMetricBase.h:92
Superclass1::GradientImageFilterPointer GradientImageFilterPointer
Superclass::GradientImageFilterType GradientImageFilterType
Superclass1::MovingImageLimiterOutputType MovingImageLimiterOutputType
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:81
A cost function that calculates the bending energy of a transformation.
itk::SingleValuedCostFunction ITKBaseType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass1::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass1::FixedImageLimiterOutputType FixedImageLimiterOutputType
Superclass::RegistrationPointer RegistrationPointer
Definition: elxMetricBase.h:89
Superclass1::GradientImageFilterType GradientImageFilterType
Superclass::TransformParametersType TransformParametersType
Superclass::MovingImageMaskPointer MovingImageMaskPointer
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxMetricBase.h:87
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
This class is the elastix base class for all Metrics.
Definition: elxMetricBase.h:72


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.13 elastix logo