18 #ifndef itkGaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform_h
19 #define itkGaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform_h
38 template<
typename TParametersValueType,
unsigned int NDimensions>
76 itkSetMacro( GaussianSpatialSmoothingVarianceForTheUpdateField,
ScalarType );
77 itkGetConstReferenceMacro( GaussianSpatialSmoothingVarianceForTheUpdateField,
ScalarType );
84 itkSetMacro( GaussianTemporalSmoothingVarianceForTheUpdateField,
ScalarType );
85 itkGetConstReferenceMacro( GaussianTemporalSmoothingVarianceForTheUpdateField,
ScalarType );
92 itkSetMacro( GaussianSpatialSmoothingVarianceForTheTotalField,
ScalarType );
93 itkGetConstReferenceMacro( GaussianSpatialSmoothingVarianceForTheTotalField,
ScalarType );
100 itkSetMacro( GaussianTemporalSmoothingVarianceForTheTotalField,
ScalarType );
101 itkGetConstReferenceMacro( GaussianTemporalSmoothingVarianceForTheTotalField,
ScalarType );
122 virtual ~GaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform();
123 virtual
void PrintSelf( std::ostream& os,
Indent indent ) const ITK_OVERRIDE;
139 GaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform( const
Self& );
140 void operator=( const Self& );
146 #ifndef ITK_MANUAL_INSTANTIATION
147 # include "itkGaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform.hxx"
150 #endif // itkGaussianSmoothingOnUpdateTimeVaryingVelocityFieldTransform_h
Light weight base class for most itk classes.
unsigned long ModifiedTimeType
Control indentation during Print() invocation.