18 #ifndef itkGaussianSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor_h
19 #define itkGaussianSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor_h
32 template <
typename TTransform>
57 virtual void SetGaussianSmoothingVarianceForTheUpdateField(
ScalarType);
58 itkGetConstReferenceMacro(GaussianSmoothingVarianceForTheUpdateField,
ScalarType);
65 SetGaussianSmoothingVarianceForTheTotalField(
const ScalarType);
66 itkGetConstReferenceMacro(GaussianSmoothingVarianceForTheTotalField,
ScalarType);
70 AdaptTransformParameters()
override;
77 PrintSelf(std::ostream & os,
Indent indent)
const override;
80 ScalarType m_GaussianSmoothingVarianceForTheUpdateField{};
81 ScalarType m_GaussianSmoothingVarianceForTheTotalField{};
89 #ifndef ITK_MANUAL_INSTANTIATION
90 # include "itkGaussianSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor.hxx"