18 #ifndef itkRegistrationParameterScalesFromIndexShift_h
19 #define itkRegistrationParameterScalesFromIndexShift_h
33 template <
typename TMetric >
90 void PrintSelf(std::ostream & os,
Indent indent)
const override;
94 template<
typename TContinuousIndexType>
95 void TransformPointToContinuousIndex(
const VirtualPointType &point, TContinuousIndexType &mappedIndex);
98 template <
typename TTransform>
106 #ifndef ITK_MANUAL_INSTANTIATION
107 #include "itkRegistrationParameterScalesFromIndexShift.hxx"
typename itk::ContinuousIndex< FixedPointValueType, FixedImageType::ImageDimension > FixedContinuousIndexType
Light weight base class for most itk classes.
typename Superclass::FloatType FloatType
Registration helper class for estimating scales of transform parameters from the maximum voxel shift ...
typename MetricType::MovingTransformType MovingTransformType
Registration helper base class for estimating scales of transform parameters from the maximum voxel s...
typename MetricType::FixedTransformType FixedTransformType
typename TMetric::FixedImageType FixedImageType
typename TMetric::VirtualIndexType VirtualIndexType
typename Superclass::ParametersType ParametersType
typename TMetric::JacobianType JacobianType
typename itk::ContinuousIndex< MovingPointValueType, MovingImageType::ImageDimension > MovingContinuousIndexType
typename MovingImageType::ConstPointer MovingImageConstPointer
typename TMetric::VirtualImageConstPointer VirtualImageConstPointer
typename FixedImageType::IndexType FixedIndexType
typename FixedImageType::PointType FixedPointType
ImageBaseType::IndexType IndexType
typename MovingImageType::IndexType MovingIndexType
typename MovingImageType::PointType MovingPointType
typename TMetric::MovingImageType MovingImageType
A templated class holding a point in n-Dimensional image space.
typename FixedImageType::PointValueType FixedPointValueType
typename Superclass::ScalesType ScalesType
Control indentation during Print() invocation.
ImageBaseType::PointType PointType
typename MovingImageType::PointValueType MovingPointValueType
typename TMetric::VirtualPointType VirtualPointType
typename FixedImageType::ConstPointer FixedImageConstPointer