18 #ifndef __itkGaussianExponentialDiffeomorphicTransform_h
19 #define __itkGaussianExponentialDiffeomorphicTransform_h
56 <
class TScalar,
unsigned int NDimensions>
77 itkStaticConstMacro(
Dimension,
unsigned int, NDimensions );
106 itkSetMacro( GaussianSmoothingVarianceForTheConstantVelocityField,
ScalarType );
107 itkGetConstMacro( GaussianSmoothingVarianceForTheConstantVelocityField,
ScalarType );
113 itkSetMacro( GaussianSmoothingVarianceForTheUpdateField,
ScalarType );
114 itkGetConstMacro( GaussianSmoothingVarianceForTheUpdateField,
ScalarType );
143 #ifndef ITK_MANUAL_INSTANTIATION
144 # include "itkGaussianExponentialDiffeomorphicTransform.hxx"
147 #endif // __itkGaussianExponentialDiffeomorphicTransform_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.