#include <itkMultiInputImageToImageMetricBase.h>
Implements a metric base class that takes multiple inputs.
Definition at line 49 of file itkMultiInputImageToImageMetricBase.h.
Public Member Functions | |
virtual const char * | GetClassName () const |
const FixedImageType * | GetFixedImage () const override |
virtual const FixedImageType * | GetFixedImage (unsigned int pos) const |
virtual FixedImageInterpolatorType * | GetFixedImageInterpolator () const |
virtual FixedImageInterpolatorType * | GetFixedImageInterpolator (unsigned int pos) const |
const FixedImageMaskType * | GetFixedImageMask () const override |
virtual const FixedImageMaskType * | GetFixedImageMask (unsigned int pos) const |
const FixedImageRegionType & | GetFixedImageRegion () const override |
virtual const FixedImageRegionType & | GetFixedImageRegion (unsigned int pos) const |
const InterpolatorType * | GetInterpolator () const override |
InterpolatorType * | GetInterpolator () override |
virtual InterpolatorType * | GetInterpolator (unsigned int pos) const |
virtual bool | GetInterpolatorsAreBSpline () const |
const MovingImageType * | GetMovingImage () const override |
virtual const MovingImageType * | GetMovingImage (unsigned int pos) const |
const MovingImageMaskType * | GetMovingImageMask () const override |
virtual const MovingImageMaskType * | GetMovingImageMask (unsigned int pos) const |
virtual unsigned int | GetNumberOfFixedImageInterpolators () const |
virtual unsigned int | GetNumberOfFixedImageMasks () const |
virtual unsigned int | GetNumberOfFixedImageRegions () const |
virtual unsigned int | GetNumberOfFixedImages () const |
virtual unsigned int | GetNumberOfInterpolators () const |
virtual unsigned int | GetNumberOfMovingImageMasks () const |
virtual unsigned int | GetNumberOfMovingImages () const |
void | Initialize () override |
ITK_DISALLOW_COPY_AND_MOVE (MultiInputImageToImageMetricBase) | |
itkSetNumberOfMacro (FixedImage) | |
itkSetNumberOfMacro (FixedImageInterpolator) | |
itkSetNumberOfMacro (FixedImageMask) | |
itkSetNumberOfMacro (FixedImageRegion) | |
itkSetNumberOfMacro (Interpolator) | |
itkSetNumberOfMacro (MovingImage) | |
itkSetNumberOfMacro (MovingImageMask) | |
itkStaticConstMacro (FixedImageDimension, unsigned int, TFixedImage::ImageDimension) | |
itkStaticConstMacro (MovingImageDimension, unsigned int, TMovingImage::ImageDimension) | |
void | SetFixedImage (const FixedImageType *_arg) override |
virtual void | SetFixedImage (const FixedImageType *_arg, unsigned int pos) |
virtual void | SetFixedImageInterpolator (FixedImageInterpolatorType *_arg) |
virtual void | SetFixedImageInterpolator (FixedImageInterpolatorType *_arg, unsigned int pos) |
void | SetFixedImageMask (const FixedImageMaskType *_arg) override |
virtual void | SetFixedImageMask (const FixedImageMaskType *_arg, unsigned int pos) |
void | SetFixedImageRegion (const FixedImageRegionType _arg) override |
virtual void | SetFixedImageRegion (const FixedImageRegionType _arg, unsigned int pos) |
void | SetInterpolator (InterpolatorType *_arg) override |
virtual void | SetInterpolator (InterpolatorType *_arg, unsigned int pos) |
void | SetMovingImage (const MovingImageType *_arg) override |
virtual void | SetMovingImage (const MovingImageType *_arg, unsigned int pos) |
void | SetMovingImageMask (const MovingImageMaskType *_arg) override |
virtual void | SetMovingImageMask (const MovingImageMaskType *_arg, unsigned int pos) |
Public Member Functions inherited from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage > | |
virtual void | BeforeThreadedGetValueAndDerivative (const TransformParametersType ¶meters) const |
virtual const FixedImageLimiterType * | GetFixedImageLimiter () |
const FixedImageMaskType * | GetFixedImageMask () const override |
virtual double | GetFixedLimitRangeRatio () const |
ImageSamplerType * | GetImageSampler () const |
virtual const MovingImageDerivativeScalesType & | GetMovingImageDerivativeScales () |
virtual const MovingImageLimiterType * | GetMovingImageLimiter () |
const MovingImageMaskType * | GetMovingImageMask () const override |
virtual double | GetMovingLimitRangeRatio () const |
virtual double | GetRequiredRatioOfValidSamples () const |
virtual bool | GetScaleGradientWithRespectToMovingImageOrientation () const |
const AdvancedTransformType * | GetTransform () const override |
AdvancedTransformType * | GetTransform () override |
virtual bool | GetUseFixedImageLimiter () const |
virtual bool | GetUseImageSampler () const |
virtual const bool & | GetUseMetricSingleThreaded () |
virtual bool | GetUseMovingImageDerivativeScales () const |
virtual bool | GetUseMovingImageLimiter () const |
virtual const bool & | GetUseMultiThread () |
void | Initialize () override |
ITK_DISALLOW_COPY_AND_MOVE (AdvancedImageToImageMetric) | |
itkStaticConstMacro (FixedImageDimension, unsigned int, TFixedImage::ImageDimension) | |
itkStaticConstMacro (MovingImageDimension, unsigned int, TMovingImage::ImageDimension) | |
virtual void | SetFixedImageLimiter (FixedImageLimiterType *_arg) |
virtual void | SetFixedLimitRangeRatio (double _arg) |
virtual void | SetImageSampler (ImageSamplerType *_arg) |
virtual void | SetMovingImageDerivativeScales (MovingImageDerivativeScalesType _arg) |
virtual void | SetMovingImageLimiter (MovingImageLimiterType *_arg) |
virtual void | SetMovingLimitRangeRatio (double _arg) |
virtual void | SetRequiredRatioOfValidSamples (double _arg) |
virtual void | SetScaleGradientWithRespectToMovingImageOrientation (bool _arg) |
virtual void | SetTransform (AdvancedTransformType *arg) |
virtual void | SetUseMetricSingleThreaded (bool _arg) |
virtual void | SetUseMovingImageDerivativeScales (bool _arg) |
virtual void | SetUseMultiThread (bool _arg) |
virtual void | UseMetricSingleThreadedOff () |
virtual void | UseMetricSingleThreadedOn () |
virtual void | UseMultiThreadOff () |
virtual void | UseMultiThreadOn () |
Protected Member Functions | |
virtual void | CheckForBSplineInterpolators () |
bool | EvaluateMovingImageValueAndDerivative (const MovingImagePointType &mappedPoint, RealType &movingImageValue, MovingImageDerivativeType *gradient) const override |
void | InitializeImageSampler () override |
bool | IsInsideMovingMask (const MovingImagePointType &mappedPoint) const override |
MultiInputImageToImageMetricBase ()=default | |
~MultiInputImageToImageMetricBase () override=default | |
Protected Member Functions inherited from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage > | |
AdvancedImageToImageMetric () | |
virtual void | AfterThreadedGetValue (MeasureType &) const |
virtual void | AfterThreadedGetValueAndDerivative (MeasureType &, DerivativeType &) const |
void | CheckForAdvancedTransform () |
void | CheckForBSplineInterpolator () |
void | CheckForBSplineTransform () const |
void | CheckNumberOfSamples (unsigned long wanted, unsigned long found) const |
bool | EvaluateTransformJacobian (const FixedImagePointType &fixedImagePoint, TransformJacobianType &jacobian, NonZeroJacobianIndicesType &nzji) const |
virtual void | EvaluateTransformJacobianInnerProduct (const TransformJacobianType &jacobian, const MovingImageDerivativeType &movingImageDerivative, DerivativeType &imageJacobian) const |
bool | FastEvaluateMovingImageValueAndDerivative (const MovingImagePointType &mappedPoint, RealType &movingImageValue, MovingImageDerivativeType *gradient, const ThreadIdType threadId) const |
void | InitializeLimiters () |
virtual void | InitializeThreadingParameters () const |
itkAlignedTypedef (ITK_CACHE_LINE_ALIGNMENT, PaddedGetValueAndDerivativePerThreadStruct, AlignedGetValueAndDerivativePerThreadStruct) | |
itkPadStruct (ITK_CACHE_LINE_ALIGNMENT, GetValueAndDerivativePerThreadStruct, PaddedGetValueAndDerivativePerThreadStruct) | |
void | LaunchGetValueAndDerivativeThreaderCallback () const |
void | LaunchGetValueThreaderCallback () const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | SetFixedImageMask (const typename Superclass::FixedImageMaskType *) final |
void | SetFixedImageMask (typename Superclass::FixedImageMaskType *) final |
void | SetMovingImageMask (const typename Superclass::MovingImageMaskType *) final |
void | SetMovingImageMask (typename Superclass::MovingImageMaskType *) final |
virtual void | SetUseFixedImageLimiter (bool _arg) |
virtual void | SetUseImageSampler (bool _arg) |
virtual void | SetUseMovingImageLimiter (bool _arg) |
virtual void | ThreadedGetValue (ThreadIdType) const |
virtual void | ThreadedGetValueAndDerivative (ThreadIdType) const |
MovingImagePointType | TransformPoint (const FixedImagePointType &fixedImagePoint) const |
~AdvancedImageToImageMetric () override=default | |
Private Member Functions | |
void | FastEvaluateMovingImageValueAndDerivative (...) const =delete |
void | SetFixedImageMask (const typename Superclass::FixedImageMaskType *) final |
void | SetFixedImageMask (typename Superclass::FixedImageMaskType *) final |
void | SetMovingImageMask (const typename Superclass::MovingImageMaskType *) final |
void | SetMovingImageMask (typename Superclass::MovingImageMaskType *) final |
Private Attributes | |
FixedImageRegionType | m_DummyFixedImageRegion {} |
unsigned int | m_NumberOfFixedImageInterpolators { 0 } |
unsigned int | m_NumberOfFixedImageMasks { 0 } |
unsigned int | m_NumberOfFixedImageRegions { 0 } |
unsigned int | m_NumberOfFixedImages { 0 } |
unsigned int | m_NumberOfInterpolators { 0 } |
unsigned int | m_NumberOfMovingImageMasks { 0 } |
unsigned int | m_NumberOfMovingImages { 0 } |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage > | |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | AccumulateDerivativesThreaderCallback (void *arg) |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | GetValueAndDerivativeThreaderCallback (void *arg) |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | GetValueThreaderCallback (void *arg) |
|
protected |
Definition at line 371 of file itkMultiInputImageToImageMetricBase.h.
|
protected |
Typedefs used for computing image derivatives.
Definition at line 342 of file itkAdvancedImageToImageMetric.h.
|
protected |
Definition at line 372 of file itkMultiInputImageToImageMetricBase.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 59 of file itkMultiInputImageToImageMetricBase.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageInterpolatorPointer = typename FixedImageInterpolatorType::Pointer |
Definition at line 101 of file itkMultiInputImageToImageMetricBase.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageInterpolatorType = InterpolateImageFunction<FixedImageType, CoordinateRepresentationType> |
Definition at line 100 of file itkMultiInputImageToImageMetricBase.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageInterpolatorVectorType = std::vector<FixedImageInterpolatorPointer> |
Definition at line 110 of file itkMultiInputImageToImageMetricBase.h.
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::FixedImageMaskConstPointer |
Definition at line 126 of file itkAdvancedImageToImageMetric.h.
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::FixedImageMaskPointer |
Definition at line 125 of file itkAdvancedImageToImageMetric.h.
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::FixedImageMaskType |
Definition at line 124 of file itkAdvancedImageToImageMetric.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageMaskVectorType = std::vector<FixedImageMaskConstPointer> |
Definition at line 105 of file itkMultiInputImageToImageMetricBase.h.
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::FixedImagePointer |
Definition at line 107 of file itkAdvancedImageToImageMetric.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageRegionVectorType = std::vector<FixedImageRegionType> |
Definition at line 106 of file itkMultiInputImageToImageMetricBase.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageVectorType = std::vector<FixedImageConstPointer> |
Typedef's for storing multiple inputs.
Definition at line 104 of file itkMultiInputImageToImageMetricBase.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::InterpolatorVectorType = std::vector<InterpolatorPointer> |
Definition at line 109 of file itkMultiInputImageToImageMetricBase.h.
|
protected |
Definition at line 339 of file itkAdvancedImageToImageMetric.h.
|
protected |
Definition at line 353 of file itkAdvancedImageToImageMetric.h.
|
protected |
Definition at line 336 of file itkAdvancedImageToImageMetric.h.
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImageMaskConstPointer |
Definition at line 129 of file itkAdvancedImageToImageMetric.h.
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImageMaskPointer |
Definition at line 128 of file itkAdvancedImageToImageMetric.h.
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImageMaskType |
Definition at line 127 of file itkAdvancedImageToImageMetric.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImageMaskVectorType = std::vector<MovingImageMaskConstPointer> |
Definition at line 108 of file itkMultiInputImageToImageMetricBase.h.
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImagePointer |
Definition at line 104 of file itkAdvancedImageToImageMetric.h.
|
protected |
Definition at line 338 of file itkAdvancedImageToImageMetric.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImageVectorType = std::vector<MovingImageConstPointer> |
Definition at line 107 of file itkMultiInputImageToImageMetricBase.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::Pointer = SmartPointer<Self> |
Definition at line 58 of file itkMultiInputImageToImageMetricBase.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::Self = MultiInputImageToImageMetricBase |
Standard class typedefs.
Definition at line 56 of file itkMultiInputImageToImageMetricBase.h.
using itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::Superclass = AdvancedImageToImageMetric<TFixedImage, TMovingImage> |
Definition at line 57 of file itkMultiInputImageToImageMetricBase.h.
|
protecteddefault |
Constructor.
|
overrideprotecteddefault |
Destructor.
|
protectedvirtual |
Check if all interpolators (for the moving image) are of type BSplineInterpolateImageFunction.
|
overrideprotectedvirtual |
Check if mappedPoint is inside all moving images. If so, the moving image value and possibly derivative are computed.
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
|
privatedelete |
Avoids accidentally calling this->FastEvaluateMovingImageValueAndDerivative(mappedPoint, ..., threadId)
, when *this
is derived from MultiInputImageToImageMetricBase
. (The non-virtual member function AdvancedImageToImageMetric::FastEvaluateMovingImageValueAndDerivative
does not entirely replace the MultiInputImageToImageMetricBase::EvaluateMovingImageValueAndDerivative
override.)
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::KNNGraphAlphaMutualInformationMetric< TElastix >, itk::KNNGraphAlphaMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, and itk::KNNGraphAlphaMutualInformationImageToImageMetric< MetricBase< TElastix >::FixedImageType, MetricBase< TElastix >::MovingImageType >.
|
inlineoverride |
Get the first fixed image.
Definition at line 132 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
Get the fixed images.
|
inlinevirtual |
Get the first fixed image interpolator.
Definition at line 338 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
Get the fixed image interpolators.
|
inlineoverride |
Get the first fixed image mask.
Definition at line 164 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
Get the fixed image masks.
|
inlineoverride |
Get the first fixed image region.
Definition at line 196 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
Get the fixed image regions.
|
inlineoverride |
Get the first interpolator. Const overload.
Definition at line 301 of file itkMultiInputImageToImageMetricBase.h.
|
inlineoverride |
Get the first interpolator.
Definition at line 294 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
Get the interpolators.
|
virtual |
A function to check if all moving image interpolators are of type B-spline.
|
inlineoverride |
Get the first moving image.
Definition at line 228 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
Get the moving images.
|
inlineoverride |
Get the first moving image mask.
Definition at line 260 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
Get the moving image masks.
|
virtual |
Get the number of fixed image interpolators.
|
virtual |
Get the number of fixed image masks.
|
virtual |
Get the number of fixed image regions.
|
virtual |
Get the number of fixed images.
|
virtual |
Get the number of interpolators.
|
virtual |
Get the number of moving image masks.
|
virtual |
Get the number of moving images.
|
override |
******************** Other public functions ******************** Initialisation.
|
overrideprotectedvirtual |
Initialize variables related to the image sampler; called by Initialize.
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
|
overrideprotectedvirtual |
IsInsideMovingMask: Returns the AND of all moving image masks.
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::ITK_DISALLOW_COPY_AND_MOVE | ( | MultiInputImageToImageMetricBase< TFixedImage, TMovingImage > | ) |
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | FixedImage | ) |
Set the number of fixed images.
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | FixedImageInterpolator | ) |
Set the number of fixed image interpolators.
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | FixedImageMask | ) |
Set the number of fixed image masks.
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | FixedImageRegion | ) |
Set the number of fixed image regions.
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | Interpolator | ) |
Set the number of interpolators.
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | MovingImage | ) |
Set the number of moving images.
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro | ( | MovingImageMask | ) |
Set the number of moving image masks.
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkStaticConstMacro | ( | FixedImageDimension | , |
unsigned int | , | ||
TFixedImage::ImageDimension | ) |
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkStaticConstMacro | ( | MovingImageDimension | , |
unsigned int | , | ||
TMovingImage::ImageDimension | ) |
Constants for the image dimensions
|
inlineoverride |
Set the first fixed image.
Definition at line 120 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
******************** Fixed images ******************** Set the fixed images.
|
inlinevirtual |
Set the first fixed image interpolator.
Definition at line 326 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
******************** FixedImageInterpolators ******************** These interpolators are used for the fixed images. Set the fixed image interpolators.
|
inlineoverridevirtual |
Set the first fixed image mask.
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 152 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
******************** Fixed image masks ******************** Set the fixed image masks.
|
inlinefinalprivate |
Definition at line 580 of file itkAdvancedImageToImageMetric.h.
|
inlinefinalprivate |
Definition at line 574 of file itkAdvancedImageToImageMetric.h.
|
inlineoverride |
Set the first fixed image region.
Definition at line 184 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
******************** Fixed image regions ******************** Set the fixed image regions.
|
inlineoverride |
Set the first interpolator.
Definition at line 282 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
******************** Interpolators ******************** These interpolators are used for the moving images. Set the interpolators.
|
inlineoverride |
Set the first moving image.
Definition at line 216 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
******************** Moving images ******************** Set the moving images.
|
inlineoverridevirtual |
Set the first moving image mask.
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 248 of file itkMultiInputImageToImageMetricBase.h.
|
virtual |
******************** Moving image masks ******************** Set the moving image masks.
|
inlinefinalprivate |
Definition at line 592 of file itkAdvancedImageToImageMetric.h.
|
inlinefinalprivate |
Definition at line 586 of file itkAdvancedImageToImageMetric.h.
|
protected |
Definition at line 406 of file itkMultiInputImageToImageMetricBase.h.
|
private |
Private member variables.
Definition at line 421 of file itkMultiInputImageToImageMetricBase.h.
|
protected |
Definition at line 403 of file itkMultiInputImageToImageMetricBase.h.
|
protected |
Definition at line 398 of file itkMultiInputImageToImageMetricBase.h.
|
protected |
Definition at line 399 of file itkMultiInputImageToImageMetricBase.h.
|
protected |
Protected member variables.
Definition at line 397 of file itkMultiInputImageToImageMetricBase.h.
|
protected |
Definition at line 405 of file itkMultiInputImageToImageMetricBase.h.
|
protected |
Definition at line 402 of file itkMultiInputImageToImageMetricBase.h.
|
protected |
Definition at line 401 of file itkMultiInputImageToImageMetricBase.h.
|
protected |
Definition at line 400 of file itkMultiInputImageToImageMetricBase.h.
|
private |
Definition at line 429 of file itkMultiInputImageToImageMetricBase.h.
|
private |
Definition at line 424 of file itkMultiInputImageToImageMetricBase.h.
|
private |
Definition at line 425 of file itkMultiInputImageToImageMetricBase.h.
|
private |
Definition at line 423 of file itkMultiInputImageToImageMetricBase.h.
|
private |
Definition at line 428 of file itkMultiInputImageToImageMetricBase.h.
|
private |
Definition at line 427 of file itkMultiInputImageToImageMetricBase.h.
|
private |
Definition at line 426 of file itkMultiInputImageToImageMetricBase.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |