18 #ifndef __itkRegistrationParameterScalesFromPhysicalShift_h
19 #define __itkRegistrationParameterScalesFromPhysicalShift_h
33 template <
class TMetric >
51 typedef typename Superclass::ScalesType
ScalesType;
70 virtual void PrintSelf(std::ostream &os,
Indent indent)
const;
72 virtual void ComputeSampleShifts(
const ParametersType &deltaParameters, ScalesType &localShifts);
76 void operator=(
const Self&);
78 template <
class TTransform>
79 void ComputeSampleShiftsInternal(
const ParametersType &deltaParameters, ScalesType &localShifts);
86 #ifndef ITK_MANUAL_INSTANTIATION
87 #include "itkRegistrationParameterScalesFromPhysicalShift.hxx"