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 );
69 void AdaptTransformParameters()
override;
75 void PrintSelf( std::ostream & os,
Indent indent )
const override;
86 #ifndef ITK_MANUAL_INSTANTIATION
87 #include "itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.hxx"
Light weight base class for most itk classes.
unsigned long ModifiedTimeType
Control indentation during Print() invocation.