18 #ifndef itkRegistrationParameterScalesFromJacobian_h
19 #define itkRegistrationParameterScalesFromJacobian_h
40 template <
typename TMetric >
103 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
121 #ifndef ITK_MANUAL_INSTANTIATION
122 #include "itkRegistrationParameterScalesFromJacobian.hxx"
Light weight base class for most itk classes.
Superclass::FloatType FloatType
virtual FloatType EstimateStepScale(const ParametersType &step) override
Superclass::FixedTransformType FixedTransformType
TMetric::VirtualIndexType VirtualIndexType
MetricType::MovingTransformType MovingTransformType
RegistrationParameterScalesEstimator< TMetric > Superclass
Superclass::ScalesType ScalesType
SmartPointer< Self > Pointer
Superclass::ParametersType ParametersType
Superclass::MovingTransformType MovingTransformType
Superclass::FloatType FloatType
virtual void EstimateLocalStepScales(const ParametersType &step, ScalesType &localStepScales) override
RegistrationParameterScalesFromJacobian()
Superclass::JacobianType JacobianType
~RegistrationParameterScalesFromJacobian()
virtual void PrintSelf(std::ostream &os, Indent indent) const override
MetricType::FixedTransformType FixedTransformType
SmartPointer< const Self > ConstPointer
void operator=(const Self &)
Superclass::VirtualImageConstPointer VirtualImageConstPointer
Superclass::ParametersType ParametersType
virtual void EstimateScales(ScalesType &scales) override
Implements a registration helper class for estimating scales of transform parameters and step sizes...
Superclass::VirtualPointType VirtualPointType
Superclass::VirtualIndexType VirtualIndexType
void ComputeSampleStepScales(const ParametersType &step, ScalesType &sampleScales)
Implements a registration helper class for estimating scales of transform parameters from Jacobian no...
TMetric::VirtualPointType VirtualPointType
Control indentation during Print() invocation.
TMetric::JacobianType JacobianType
RegistrationParameterScalesFromJacobian Self
TMetric::VirtualImageConstPointer VirtualImageConstPointer
Superclass::ScalesType ScalesType