18#ifndef itkGaussianSmoothingOnUpdateDisplacementFieldTransform_h
19#define itkGaussianSmoothingOnUpdateDisplacementFieldTransform_h
45template <
typename TParametersValueType,
unsigned int VDimension>
65 using typename Superclass::ScalarType;
66 using typename Superclass::DerivativeType;
68 using typename Superclass::DisplacementFieldType;
69 using typename Superclass::DisplacementFieldPointer;
78 itkSetMacro(GaussianSmoothingVarianceForTheUpdateField,
ScalarType);
79 itkGetConstReferenceMacro(GaussianSmoothingVarianceForTheUpdateField,
ScalarType);
86 itkSetMacro(GaussianSmoothingVarianceForTheTotalField,
ScalarType);
87 itkGetConstReferenceMacro(GaussianSmoothingVarianceForTheTotalField,
ScalarType);
133#ifndef ITK_MANUAL_INSTANTIATION
134# include "itkGaussianSmoothingOnUpdateDisplacementFieldTransform.hxx"
Array class with size defined at construction time.
Templated n-dimensional image class.
Control indentation during Print() invocation.
Applies a single scalar NeighborhoodOperator to an itk::Vector image region.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....