18 #ifndef __itkIterativeInverseDeformationFieldImageFilter_h
19 #define __itkIterativeInverseDeformationFieldImageFilter_h
25 #ifndef ITKV3_COMPATIBILITY
26 #error "This file is only valid when ITKV3_COMPATIBILITY is turned on. Users are encouraged to convert to itkIterativeInverseDisplacementFieldImageFilter.h in ITKv4"
55 template<
class TInputImage,
class TOutputImage >
98 itkSetMacro(NumberOfIterations,
unsigned int);
99 itkGetConstMacro(NumberOfIterations,
unsigned int);
105 itkSetMacro(StopValue,
double);
106 itkGetConstMacro(StopValue,
double);
108 #ifdef ITK_USE_CONCEPT_CHECKING
120 void PrintSelf(std::ostream & os,
Indent indent)
const;
132 void operator=(
const Self &);
138 #include "itkIterativeInverseDeformationFieldImageFilter.hxx"