18 #ifndef itkGaussianExponentialDiffeomorphicTransformParametersAdaptor_h
19 #define itkGaussianExponentialDiffeomorphicTransformParametersAdaptor_h
32 template <
typename TTransform>
58 virtual void SetGaussianSmoothingVarianceForTheConstantVelocityField(
ScalarType);
59 itkGetConstReferenceMacro(GaussianSmoothingVarianceForTheConstantVelocityField,
ScalarType);
65 virtual void SetGaussianSmoothingVarianceForTheUpdateField(
ScalarType);
66 itkGetConstReferenceMacro(GaussianSmoothingVarianceForTheUpdateField,
ScalarType);
70 AdaptTransformParameters()
override;
77 PrintSelf(std::ostream & os,
Indent indent)
const override;
88 #ifndef ITK_MANUAL_INSTANTIATION
89 # include "itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.hxx"