18 #ifndef itkGaussianSmoothingOnUpdateDisplacementFieldTransform_h
19 #define itkGaussianSmoothingOnUpdateDisplacementFieldTransform_h
45 template<
typename TParametersValueType,
unsigned int NDimensions>
79 itkSetMacro( GaussianSmoothingVarianceForTheUpdateField,
ScalarType );
80 itkGetConstReferenceMacro( GaussianSmoothingVarianceForTheUpdateField,
ScalarType );
87 itkSetMacro( GaussianSmoothingVarianceForTheTotalField,
ScalarType );
88 itkGetConstReferenceMacro( GaussianSmoothingVarianceForTheTotalField,
ScalarType );
110 void PrintSelf( std::ostream& os,
Indent indent )
const override;
131 #ifndef ITK_MANUAL_INSTANTIATION
132 # include "itkGaussianSmoothingOnUpdateDisplacementFieldTransform.hxx"
135 #endif // itkGaussianSmoothingOnUpdateDisplacementFieldTransform_h
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.