18 #ifndef itkGaussianExponentialDiffeomorphicTransformParametersAdaptor_h
19 #define itkGaussianExponentialDiffeomorphicTransformParametersAdaptor_h
32 template <
typename TTransform>
57 virtual void SetGaussianSmoothingVarianceForTheConstantVelocityField(
ScalarType);
58 itkGetConstReferenceMacro(GaussianSmoothingVarianceForTheConstantVelocityField,
ScalarType);
64 virtual void SetGaussianSmoothingVarianceForTheUpdateField(
ScalarType);
65 itkGetConstReferenceMacro(GaussianSmoothingVarianceForTheUpdateField,
ScalarType);
69 AdaptTransformParameters()
override;
76 PrintSelf(std::ostream & os,
Indent indent)
const override;
79 ScalarType m_GaussianSmoothingVarianceForTheConstantVelocityField{};
80 ScalarType m_GaussianSmoothingVarianceForTheUpdateField{};
87 #ifndef ITK_MANUAL_INSTANTIATION
88 # include "itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.hxx"