18 #ifndef __itkIterativeInverseDisplacementFieldImageFilter_h
19 #define __itkIterativeInverseDisplacementFieldImageFilter_h
51 template<
class TInputImage,
class TOutputImage >
94 itkSetMacro(NumberOfIterations,
unsigned int);
95 itkGetConstMacro(NumberOfIterations,
unsigned int);
101 itkSetMacro(StopValue,
double);
102 itkGetConstMacro(StopValue,
double);
104 #ifdef ITK_USE_CONCEPT_CHECKING
115 void PrintSelf(std::ostream & os,
Indent indent)
const;
125 void operator=(
const Self &);
129 #ifndef ITK_MANUAL_INSTANTIATION
130 #include "itkIterativeInverseDisplacementFieldImageFilter.hxx"