18 #ifndef itkDemonsRegistrationFilter_h
19 #define itkDemonsRegistrationFilter_h
62 template <
typename TFixedImage,
typename TMovingImage,
typename TDisplacementField>
113 itkSetMacro(UseMovingImageGradient,
bool);
114 itkGetConstMacro(UseMovingImageGradient,
bool);
115 itkBooleanMacro(UseMovingImageGradient);
123 SetIntensityDifferenceThreshold(
double);
126 GetIntensityDifferenceThreshold()
const;
132 PrintSelf(std::ostream & os,
Indent indent)
const override;
136 InitializeIteration()
override;
156 #ifndef ITK_MANUAL_INSTANTIATION
157 # include "itkDemonsRegistrationFilter.hxx"