18 #ifndef __itkGaussianExponentialDiffeomorphicTransformParametersAdaptor_h
19 #define __itkGaussianExponentialDiffeomorphicTransformParametersAdaptor_h
32 template<
class TTransform>
57 virtual void SetGaussianSmoothingVarianceForTheConstantVelocityField(
ScalarType );
58 itkGetConstReferenceMacro( GaussianSmoothingVarianceForTheConstantVelocityField,
ScalarType );
64 virtual void SetGaussianSmoothingVarianceForTheUpdateField(
ScalarType );
65 itkGetConstReferenceMacro( GaussianSmoothingVarianceForTheUpdateField,
ScalarType );
68 virtual void AdaptTransformParameters();
74 void PrintSelf( std::ostream & os,
Indent indent )
const;
78 void operator=(
const Self & );
88 #ifndef ITK_MANUAL_INSTANTIATION
89 #include "itkGaussianExponentialDiffeomorphicTransformParametersAdaptor.hxx"