go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
itkTransformPenaltyTerm.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 __itkTransformPenaltyTerm_h
19 #define __itkTransformPenaltyTerm_h
20 
22 
23 // Needed for checking for B-spline for faster implementation
26 
27 namespace itk
28 {
44 template< class TFixedImage, class TScalarType = double >
46  public AdvancedImageToImageMetric< TFixedImage, TFixedImage >
47 {
48 public:
49 
53  TFixedImage, TFixedImage > Superclass;
55  typedef SmartPointer< const Self > ConstPointer;
56 
59 
70  // these not: use advanced transform below
71  //typedef typename Superclass::TransformType TransformType;
72  //typedef typename Superclass::TransformPointer TransformPointer;
79  typedef typename Superclass::RealType RealType;
98 
107 
109  typedef TScalarType ScalarType; // \todo: not really meaningful name.
110 
118 
120  itkStaticConstMacro( FixedImageDimension, unsigned int, FixedImageType::ImageDimension );
121 
122 protected:
123 
132 
135 
138 
141 
142 private:
143 
145  TransformPenaltyTerm( const Self & ); // purposely not implemented
147  void operator=( const Self & ); // purposely not implemented
148 
149 };
150 
151 } // end namespace itk
152 
153 #ifndef ITK_MANUAL_INSTANTIATION
154 #include "itkTransformPenaltyTerm.hxx"
155 #endif
156 
157 #endif // #ifndef __itkTransformPenaltyTerm_h
itk::TransformPenaltyTerm::FixedImageIndexType
Superclass::FixedImageIndexType FixedImageIndexType
Definition: itkTransformPenaltyTerm.h:125
itk::TransformPenaltyTerm::FixedImageMaskType
Superclass::FixedImageMaskType FixedImageMaskType
Definition: itkTransformPenaltyTerm.h:85
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::TransformParametersType
Superclass::TransformParametersType TransformParametersType
Definition: itkAdvancedImageToImageMetric.h:113
itk::TransformPenaltyTerm::RealType
Superclass::RealType RealType
Definition: itkTransformPenaltyTerm.h:79
itk::TransformPenaltyTerm::TransformType
Superclass::AdvancedTransformType TransformType
Definition: itkTransformPenaltyTerm.h:112
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::CombinationTransformType
AdvancedCombinationTransform< ScalarType, FixedImageDimension > CombinationTransformType
Definition: itkAdvancedImageToImageMetric.h:158
itk::TransformPenaltyTerm::TransformParametersType
Superclass::TransformParametersType TransformParametersType
Definition: itkTransformPenaltyTerm.h:75
itk::TransformPenaltyTerm::BSplineOrder3TransformType
Superclass::BSplineOrder3TransformType BSplineOrder3TransformType
Definition: itkTransformPenaltyTerm.h:105
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::FixedImageRegionType
Superclass::FixedImageRegionType FixedImageRegionType
Definition: itkAdvancedImageToImageMetric.h:108
itk::TransformPenaltyTerm::Superclass
AdvancedImageToImageMetric< TFixedImage, TFixedImage > Superclass
Definition: itkTransformPenaltyTerm.h:53
itk::AdvancedTransform::SpatialJacobianType
Matrix< ScalarType, OutputSpaceDimension, InputSpaceDimension > SpatialJacobianType
Definition: itkAdvancedTransform.h:143
itk::TransformPenaltyTerm::BSplineOrder3TransformPointer
Superclass::BSplineOrder3TransformPointer BSplineOrder3TransformPointer
Definition: itkTransformPenaltyTerm.h:106
itk::TransformPenaltyTerm::SpatialJacobianType
TransformType::SpatialJacobianType SpatialJacobianType
Definition: itkTransformPenaltyTerm.h:113
itk::TransformPenaltyTerm::MovingImageConstPointer
Superclass::MovingImageConstPointer MovingImageConstPointer
Definition: itkTransformPenaltyTerm.h:65
itk::TransformPenaltyTerm::Pointer
SmartPointer< Self > Pointer
Definition: itkTransformPenaltyTerm.h:54
itk::TransformPenaltyTerm::FixedImageConstPointer
Superclass::FixedImageConstPointer FixedImageConstPointer
Definition: itkTransformPenaltyTerm.h:68
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::GradientImageType
Superclass::GradientImageType GradientImageType
Definition: itkAdvancedImageToImageMetric.h:119
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::BSplineOrder1TransformType
AdvancedBSplineDeformableTransform< ScalarType, FixedImageDimension, 1 > BSplineOrder1TransformType
Definition: itkAdvancedImageToImageMetric.h:159
itk::TransformPenaltyTerm::GradientImageFilterPointer
Superclass::GradientImageFilterPointer GradientImageFilterPointer
Definition: itkTransformPenaltyTerm.h:84
SmartPointer< Self >
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::DerivativeValueType
DerivativeType::ValueType DerivativeValueType
Definition: itkAdvancedImageToImageMetric.h:129
itk::AdvancedImageToImageMetric
An extension of the ITK ImageToImageMetric. It is the intended base class for all elastix metrics.
Definition: itkAdvancedImageToImageMetric.h:81
itk::TransformPenaltyTerm::NonZeroJacobianIndicesType
Superclass::NonZeroJacobianIndicesType NonZeroJacobianIndicesType
Definition: itkTransformPenaltyTerm.h:131
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::BSplineOrder3TransformType
AdvancedBSplineDeformableTransform< ScalarType, FixedImageDimension, 3 > BSplineOrder3TransformType
Definition: itkAdvancedImageToImageMetric.h:161
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::DerivativeType
Superclass::DerivativeType DerivativeType
Definition: itkAdvancedImageToImageMetric.h:128
itk::TransformPenaltyTerm::TransformJacobianType
Superclass::TransformJacobianType TransformJacobianType
Definition: itkTransformPenaltyTerm.h:76
itk::TransformPenaltyTerm::MovingImageMaskPointer
Superclass::MovingImageMaskPointer MovingImageMaskPointer
Definition: itkTransformPenaltyTerm.h:88
itk::TransformPenaltyTerm::JacobianOfSpatialJacobianType
TransformType::JacobianOfSpatialJacobianType JacobianOfSpatialJacobianType
Definition: itkTransformPenaltyTerm.h:114
itkAdvancedCombinationTransform.h
itk::TransformPenaltyTerm::BSplineOrder2TransformType
Superclass::BSplineOrder2TransformType BSplineOrder2TransformType
Definition: itkTransformPenaltyTerm.h:103
itk::AdvancedTransform::JacobianOfSpatialHessianType
std::vector< SpatialHessianType > JacobianOfSpatialHessianType
Definition: itkAdvancedTransform.h:150
itk::TransformPenaltyTerm::MovingImageContinuousIndexType
Superclass::MovingImageContinuousIndexType MovingImageContinuousIndexType
Definition: itkTransformPenaltyTerm.h:130
itk::TransformPenaltyTerm::SpatialHessianType
TransformType::SpatialHessianType SpatialHessianType
Definition: itkTransformPenaltyTerm.h:115
itk::TransformPenaltyTerm::itkStaticConstMacro
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::CoordinateRepresentationType
Superclass::CoordinateRepresentationType CoordinateRepresentationType
Definition: itkAdvancedImageToImageMetric.h:100
itk::TransformPenaltyTerm::MeasureType
Superclass::MeasureType MeasureType
Definition: itkTransformPenaltyTerm.h:89
itk::TransformPenaltyTerm::InternalMatrixType
TransformType::InternalMatrixType InternalMatrixType
Definition: itkTransformPenaltyTerm.h:117
itk::TransformPenaltyTerm::operator=
void operator=(const Self &)
itk::TransformPenaltyTerm::~TransformPenaltyTerm
virtual ~TransformPenaltyTerm()
Definition: itkTransformPenaltyTerm.h:137
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::OutputPointType
Superclass::OutputPointType OutputPointType
Definition: itkAdvancedImageToImageMetric.h:112
itk::TransformPenaltyTerm::MovingImagePointer
Superclass::MovingImagePointer MovingImagePointer
Definition: itkTransformPenaltyTerm.h:64
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::ParametersType
Superclass::ParametersType ParametersType
Definition: itkAdvancedImageToImageMetric.h:130
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::GradientImageFilterType
Superclass::GradientImageFilterType GradientImageFilterType
Definition: itkAdvancedImageToImageMetric.h:121
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::InterpolatorPointer
Superclass::InterpolatorPointer InterpolatorPointer
Definition: itkAdvancedImageToImageMetric.h:116
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::GradientImagePointer
Superclass::GradientImagePointer GradientImagePointer
Definition: itkAdvancedImageToImageMetric.h:120
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::BSplineOrder2TransformType
AdvancedBSplineDeformableTransform< ScalarType, FixedImageDimension, 2 > BSplineOrder2TransformType
Definition: itkAdvancedImageToImageMetric.h:160
itk::TransformPenaltyTerm::InterpolatorType
Superclass::InterpolatorType InterpolatorType
Definition: itkTransformPenaltyTerm.h:77
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::ImageSampleContainerType
ImageSamplerType::OutputVectorContainerType ImageSampleContainerType
Definition: itkAdvancedImageToImageMetric.h:140
itk::TransformPenaltyTerm::FixedImageIndexValueType
Superclass::FixedImageIndexValueType FixedImageIndexValueType
Definition: itkTransformPenaltyTerm.h:126
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::InterpolatorType
Superclass::InterpolatorType InterpolatorType
Definition: itkAdvancedImageToImageMetric.h:115
itk::TransformPenaltyTerm::MovingImagePointType
Superclass::MovingImagePointType MovingImagePointType
Definition: itkTransformPenaltyTerm.h:129
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::NonZeroJacobianIndicesType
AdvancedTransformType::NonZeroJacobianIndicesType NonZeroJacobianIndicesType
Definition: itkAdvancedImageToImageMetric.h:330
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::TransformJacobianType
Superclass::TransformJacobianType TransformJacobianType
Definition: itkAdvancedImageToImageMetric.h:114
itk::TransformPenaltyTerm::BSplineOrder1TransformType
Superclass::BSplineOrder1TransformType BSplineOrder1TransformType
Definition: itkTransformPenaltyTerm.h:101
itk::TransformPenaltyTerm::GradientImageType
Superclass::GradientImageType GradientImageType
Definition: itkTransformPenaltyTerm.h:81
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::AdvancedTransformType
AdvancedTransform< ScalarType, FixedImageDimension, MovingImageDimension > AdvancedTransformType
Definition: itkAdvancedImageToImageMetric.h:154
itk::TransformPenaltyTerm::CheckForBSplineTransform2
virtual bool CheckForBSplineTransform2(BSplineOrder3TransformPointer &bspline) const
itk::TransformPenaltyTerm::TransformPenaltyTerm
TransformPenaltyTerm()
Definition: itkTransformPenaltyTerm.h:134
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::FixedImageMaskType
Superclass::FixedImageMaskType FixedImageMaskType
Definition: itkAdvancedImageToImageMetric.h:123
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::FixedImageIndexType
FixedImageType::IndexType FixedImageIndexType
Definition: itkAdvancedImageToImageMetric.h:303
itk::TransformPenaltyTerm::DerivativeValueType
Superclass::DerivativeValueType DerivativeValueType
Definition: itkTransformPenaltyTerm.h:91
itk::TransformPenaltyTerm::FixedImageRegionType
Superclass::FixedImageRegionType FixedImageRegionType
Definition: itkTransformPenaltyTerm.h:69
itk::TransformPenaltyTerm::MovingImagePixelType
Superclass::MovingImagePixelType MovingImagePixelType
Definition: itkTransformPenaltyTerm.h:63
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::FixedImagePointer
FixedImageType::Pointer FixedImagePointer
Definition: itkAdvancedImageToImageMetric.h:106
itk::TransformPenaltyTerm::BSplineOrder2TransformPointer
Superclass::BSplineOrder2TransformPointer BSplineOrder2TransformPointer
Definition: itkTransformPenaltyTerm.h:104
itk::TransformPenaltyTerm
A cost function that calculates a penalty term on a transformation.
Definition: itkTransformPenaltyTerm.h:47
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::MovingImageMaskType
Superclass::MovingImageMaskType MovingImageMaskType
Definition: itkAdvancedImageToImageMetric.h:125
itk::TransformPenaltyTerm::InputPointType
Superclass::InputPointType InputPointType
Definition: itkTransformPenaltyTerm.h:73
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::GradientImageFilterPointer
Superclass::GradientImageFilterPointer GradientImageFilterPointer
Definition: itkAdvancedImageToImageMetric.h:122
itk::TransformPenaltyTerm::ParametersType
Superclass::ParametersType ParametersType
Definition: itkTransformPenaltyTerm.h:92
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::FixedImageType
Superclass::FixedImageType FixedImageType
Definition: itkAdvancedImageToImageMetric.h:105
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::ThreaderType
itk::MultiThreader ThreaderType
Definition: itkAdvancedImageToImageMetric.h:171
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::MovingImagePointer
MovingImageType::Pointer MovingImagePointer
Definition: itkAdvancedImageToImageMetric.h:103
itk::TransformPenaltyTerm::CombinationTransformType
Superclass::CombinationTransformType CombinationTransformType
Definition: itkTransformPenaltyTerm.h:100
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::MovingImagePixelType
Superclass::MovingImagePixelType MovingImagePixelType
Definition: itkAdvancedImageToImageMetric.h:102
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::FixedImagePixelType
FixedImageType::PixelType FixedImagePixelType
Definition: itkAdvancedImageToImageMetric.h:133
itk::AdvancedTransform::InternalMatrixType
SpatialJacobianType::InternalMatrixType InternalMatrixType
Definition: itkAdvancedTransform.h:151
itk::TransformPenaltyTerm::BSplineOrder1TransformPointer
Superclass::BSplineOrder1TransformPointer BSplineOrder1TransformPointer
Definition: itkTransformPenaltyTerm.h:102
itk::TransformPenaltyTerm::FixedImageMaskPointer
Superclass::FixedImageMaskPointer FixedImageMaskPointer
Definition: itkTransformPenaltyTerm.h:86
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::FixedImagePointType
TransformType::InputPointType FixedImagePointType
Definition: itkAdvancedImageToImageMetric.h:306
itk::TransformPenaltyTerm::FixedImagePixelType
Superclass::FixedImagePixelType FixedImagePixelType
Definition: itkTransformPenaltyTerm.h:93
itk::TransformPenaltyTerm::ThreaderType
Superclass::ThreaderType ThreaderType
Definition: itkTransformPenaltyTerm.h:96
itk::AdvancedTransform::SpatialHessianType
FixedArray< Matrix< ScalarType, InputSpaceDimension, InputSpaceDimension >, OutputSpaceDimension > SpatialHessianType
Definition: itkAdvancedTransform.h:149
itk::TransformPenaltyTerm::TransformPenaltyTerm
TransformPenaltyTerm(const Self &)
itk::TransformPenaltyTerm::FixedImagePointer
Superclass::FixedImagePointer FixedImagePointer
Definition: itkTransformPenaltyTerm.h:67
itk::TransformPenaltyTerm::JacobianOfSpatialHessianType
TransformType::JacobianOfSpatialHessianType JacobianOfSpatialHessianType
Definition: itkTransformPenaltyTerm.h:116
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::ImageSampleContainerPointer
ImageSamplerType::OutputVectorContainerPointer ImageSampleContainerPointer
Definition: itkAdvancedImageToImageMetric.h:141
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::RealType
Superclass::RealType RealType
Definition: itkAdvancedImageToImageMetric.h:117
itk::TransformPenaltyTerm::GradientImagePointer
Superclass::GradientImagePointer GradientImagePointer
Definition: itkTransformPenaltyTerm.h:82
itk::TransformPenaltyTerm::FixedImagePointType
Superclass::FixedImagePointType FixedImagePointType
Definition: itkTransformPenaltyTerm.h:128
itk::TransformPenaltyTerm::GradientImageFilterType
Superclass::GradientImageFilterType GradientImageFilterType
Definition: itkTransformPenaltyTerm.h:83
itk::AdvancedTransform::JacobianOfSpatialJacobianType
std::vector< SpatialJacobianType > JacobianOfSpatialJacobianType
Definition: itkAdvancedTransform.h:144
itk::TransformPenaltyTerm::DerivativeType
Superclass::DerivativeType DerivativeType
Definition: itkTransformPenaltyTerm.h:90
itk::TransformPenaltyTerm::InterpolatorPointer
Superclass::InterpolatorPointer InterpolatorPointer
Definition: itkTransformPenaltyTerm.h:78
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::MovingImageContinuousIndexType
InterpolatorType::ContinuousIndexType MovingImageContinuousIndexType
Definition: itkAdvancedImageToImageMetric.h:308
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::MeasureType
Superclass::MeasureType MeasureType
Definition: itkAdvancedImageToImageMetric.h:127
itk::TransformPenaltyTerm::ScalarType
TScalarType ScalarType
Definition: itkTransformPenaltyTerm.h:109
itk
Definition: itkAdvancedImageToImageMetric.h:40
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::FixedImageMaskPointer
Superclass::FixedImageMaskPointer FixedImageMaskPointer
Definition: itkAdvancedImageToImageMetric.h:124
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::MovingImagePointType
TransformType::OutputPointType MovingImagePointType
Definition: itkAdvancedImageToImageMetric.h:307
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::BSplineOrder3TransformPointer
BSplineOrder3TransformType::Pointer BSplineOrder3TransformPointer
Definition: itkAdvancedImageToImageMetric.h:164
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::BSplineOrder1TransformPointer
BSplineOrder1TransformType::Pointer BSplineOrder1TransformPointer
Definition: itkAdvancedImageToImageMetric.h:162
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::MovingImageMaskPointer
Superclass::MovingImageMaskPointer MovingImageMaskPointer
Definition: itkAdvancedImageToImageMetric.h:126
itk::TransformPenaltyTerm::ThreadInfoType
Superclass::ThreadInfoType ThreadInfoType
Definition: itkTransformPenaltyTerm.h:97
itk::TransformPenaltyTerm::ImageSampleContainerType
Superclass::ImageSampleContainerType ImageSampleContainerType
Definition: itkTransformPenaltyTerm.h:94
itk::TransformPenaltyTerm::MovingImageMaskType
Superclass::MovingImageMaskType MovingImageMaskType
Definition: itkTransformPenaltyTerm.h:87
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::MovingImageType
Superclass::MovingImageType MovingImageType
Definition: itkAdvancedImageToImageMetric.h:101
itk::TransformPenaltyTerm::ImageSampleContainerPointer
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
Definition: itkTransformPenaltyTerm.h:95
itk::TransformPenaltyTerm::CoordinateRepresentationType
Superclass::CoordinateRepresentationType CoordinateRepresentationType
Definition: itkTransformPenaltyTerm.h:58
itk::TransformPenaltyTerm::MovingImageType
Superclass::MovingImageType MovingImageType
Definition: itkTransformPenaltyTerm.h:62
TScalarType
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::GradientPixelType
Superclass::GradientPixelType GradientPixelType
Definition: itkAdvancedImageToImageMetric.h:118
itk::TransformPenaltyTerm::GradientPixelType
Superclass::GradientPixelType GradientPixelType
Definition: itkTransformPenaltyTerm.h:80
itk::TransformPenaltyTerm::FixedImageType
Superclass::FixedImageType FixedImageType
Definition: itkTransformPenaltyTerm.h:66
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::MovingImageIndexType
MovingImageType::IndexType MovingImageIndexType
Definition: itkAdvancedImageToImageMetric.h:305
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::BSplineOrder2TransformPointer
BSplineOrder2TransformType::Pointer BSplineOrder2TransformPointer
Definition: itkAdvancedImageToImageMetric.h:163
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::FixedImageIndexValueType
FixedImageIndexType::IndexValueType FixedImageIndexValueType
Definition: itkAdvancedImageToImageMetric.h:304
itk::TransformPenaltyTerm::ConstPointer
SmartPointer< const Self > ConstPointer
Definition: itkTransformPenaltyTerm.h:55
itkAdvancedImageToImageMetric.h
itk::TransformPenaltyTerm::MovingImageIndexType
Superclass::MovingImageIndexType MovingImageIndexType
Definition: itkTransformPenaltyTerm.h:127
itk::TransformPenaltyTerm::Self
TransformPenaltyTerm Self
Definition: itkTransformPenaltyTerm.h:51
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::FixedImageConstPointer
Superclass::FixedImageConstPointer FixedImageConstPointer
Definition: itkAdvancedImageToImageMetric.h:107
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::MovingImageConstPointer
Superclass::MovingImageConstPointer MovingImageConstPointer
Definition: itkAdvancedImageToImageMetric.h:104
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::InputPointType
Superclass::InputPointType InputPointType
Definition: itkAdvancedImageToImageMetric.h:111
itkAdvancedBSplineDeformableTransform.h
itk::TransformPenaltyTerm::OutputPointType
Superclass::OutputPointType OutputPointType
Definition: itkTransformPenaltyTerm.h:74
itk::AdvancedImageToImageMetric< TFixedImage, TFixedImage >::ThreadInfoType
ThreaderType::ThreadInfoStruct ThreadInfoType
Definition: itkAdvancedImageToImageMetric.h:172


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo