18 #ifndef itkGaussianSmoothingOnUpdateDisplacementFieldTransform_h
19 #define itkGaussianSmoothingOnUpdateDisplacementFieldTransform_h
45 template<
typename TParametersValueType,
unsigned int NDimensions>
77 itkSetMacro( GaussianSmoothingVarianceForTheUpdateField,
ScalarType );
78 itkGetConstReferenceMacro( GaussianSmoothingVarianceForTheUpdateField,
ScalarType );
85 itkSetMacro( GaussianSmoothingVarianceForTheTotalField,
ScalarType );
86 itkGetConstReferenceMacro( GaussianSmoothingVarianceForTheTotalField,
ScalarType );
107 virtual ~GaussianSmoothingOnUpdateDisplacementFieldTransform();
123 DisplacementFieldType >
128 GaussianSmoothingOnUpdateDisplacementFieldTransform( const
Self& );
129 void operator=( const Self& );
135 #ifndef ITK_MANUAL_INSTANTIATION
136 # include "itkGaussianSmoothingOnUpdateDisplacementFieldTransform.hxx"
139 #endif // itkGaussianSmoothingOnUpdateDisplacementFieldTransform_h
A NeighborhoodOperator whose coefficients are a one dimensional, discrete Gaussian kernel...
Light weight base class for most itk classes.
Control indentation during Print() invocation.
Applies a single scalar NeighborhoodOperator to an itk::Vector image region.
Templated n-dimensional image class.