18 #ifndef sitkIterativeInverseDisplacementFieldImageFilter_h
19 #define sitkIterativeInverseDisplacementFieldImageFilter_h
65 SITK_RETURN_SELF_TYPE_HEADER
SetNumberOfIterations ( uint32_t NumberOfIterations ) { this->m_NumberOfIterations = NumberOfIterations;
return *
this; }
73 SITK_RETURN_SELF_TYPE_HEADER
SetStopValue (
double StopValue ) { this->m_StopValue = StopValue;
return *
this; }
80 std::string
GetName()
const {
return std::string (
"IterativeInverseDisplacementFieldImageFilter"); }
83 std::string ToString()
const;
95 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
104 uint32_t m_NumberOfIterations{5u};
107 double m_StopValue{0.0};