18 #ifndef __itkGaussianSmoothingOnUpdateDisplacementFieldTransform_h
19 #define __itkGaussianSmoothingOnUpdateDisplacementFieldTransform_h
46 <
class TScalar,
unsigned int NDimensions>
79 itkSetMacro( GaussianSmoothingVarianceForTheUpdateField,
ScalarType );
80 itkGetConstReferenceMacro( GaussianSmoothingVarianceForTheUpdateField,
ScalarType );
87 itkSetMacro( GaussianSmoothingVarianceForTheTotalField,
ScalarType );
88 itkGetConstReferenceMacro( GaussianSmoothingVarianceForTheTotalField,
ScalarType );
137 #ifndef ITK_MANUAL_INSTANTIATION
138 # include "itkGaussianSmoothingOnUpdateDisplacementFieldTransform.hxx"
141 #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.