Go to the documentation of this file.
18 #ifndef __itkMultiInputImageToImageMetricBase_h
19 #define __itkMultiInputImageToImageMetricBase_h
25 #define itkSetNumberOfMacro( name ) \
26 virtual void SetNumberOf##name##s( const unsigned int _arg ) \
28 if( this->m_NumberOf##name##s != _arg ) \
30 this->m_##name##Vector.resize( _arg ); \
31 this->m_NumberOf##name##s = _arg; \
34 } // comments for allowing ; after calling the macro
48 template<
class TFixedImage,
class TMovingImage >
99 typedef InterpolateImageFunction<
138 itkGetConstMacro( NumberOfFixedImages,
unsigned int );
166 itkGetConstMacro( NumberOfFixedImageMasks,
unsigned int );
194 itkGetConstMacro( NumberOfFixedImageRegions,
unsigned int );
222 itkGetConstMacro( NumberOfMovingImages,
unsigned int );
250 itkGetConstMacro( NumberOfMovingImageMasks,
unsigned int );
280 itkGetConstMacro( NumberOfInterpolators,
unsigned int );
283 itkGetConstMacro( InterpolatorsAreBSpline,
bool );
313 itkGetConstMacro( NumberOfFixedImageInterpolators,
unsigned int );
391 #undef itkSetNumberOfMacro
393 #ifndef ITK_MANUAL_INSTANTIATION
394 #include "itkMultiInputImageToImageMetricBase.hxx"
397 #endif // end #ifndef __itkMultiInputImageToImageMetricBase_h
Superclass::TransformParametersType TransformParametersType
Superclass::FixedImageRegionType FixedImageRegionType
Superclass::GradientImageType GradientImageType
An extension of the ITK ImageToImageMetric. It is the intended base class for all elastix metrics.
Superclass::DerivativeType DerivativeType
Superclass::CoordinateRepresentationType CoordinateRepresentationType
BSplineInterpolatorType::CovariantVectorType MovingImageDerivativeType
Superclass::OutputPointType OutputPointType
Superclass::ParametersType ParametersType
Superclass::GradientImageFilterType GradientImageFilterType
Superclass::InterpolatorPointer InterpolatorPointer
Superclass::GradientImagePointer GradientImagePointer
Superclass::InterpolatorType InterpolatorType
Superclass::TransformJacobianType TransformJacobianType
Superclass::FixedImageMaskType FixedImageMaskType
FixedImageType::Pointer FixedImagePointer
Superclass::MovingImageMaskType MovingImageMaskType
Superclass::GradientImageFilterPointer GradientImageFilterPointer
Superclass::FixedImageType FixedImageType
MovingImageType::Pointer MovingImagePointer
Superclass::MovingImagePixelType MovingImagePixelType
Superclass::RealType RealType
InterpolatorType::ContinuousIndexType MovingImageContinuousIndexType
Superclass::MeasureType MeasureType
Superclass::FixedImageMaskPointer FixedImageMaskPointer
TransformType::OutputPointType MovingImagePointType
Superclass::MovingImageMaskPointer MovingImageMaskPointer
Superclass::MovingImageType MovingImageType
BSplineInterpolateImageFunction< MovingImageType, CoordinateRepresentationType, double > BSplineInterpolatorType
Superclass::GradientPixelType GradientPixelType
Superclass::TransformPointer TransformPointer
Superclass::TransformType TransformType
MovingImageType::IndexType MovingImageIndexType
Superclass::FixedImageConstPointer FixedImageConstPointer
Superclass::MovingImageConstPointer MovingImageConstPointer
Superclass::InputPointType InputPointType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|