18 #ifndef sitkInvertDisplacementFieldImageFilter_h
19 #define sitkInvertDisplacementFieldImageFilter_h
70 SITK_RETURN_SELF_TYPE_HEADER
SetMaxErrorToleranceThreshold (
double MaxErrorToleranceThreshold ) { this->m_MaxErrorToleranceThreshold = MaxErrorToleranceThreshold;
return *
this; }
78 SITK_RETURN_SELF_TYPE_HEADER
SetMeanErrorToleranceThreshold (
double MeanErrorToleranceThreshold ) { this->m_MeanErrorToleranceThreshold = MeanErrorToleranceThreshold;
return *
this; }
86 SITK_RETURN_SELF_TYPE_HEADER
SetEnforceBoundaryCondition (
bool EnforceBoundaryCondition ) { this->m_EnforceBoundaryCondition = EnforceBoundaryCondition;
return *
this; }
112 std::string
GetName()
const {
return std::string (
"InvertDisplacementFieldImageFilter"); }
115 std::string ToString()
const;
123 Image Execute (
const Image& image1,
uint32_t maximumNumberOfIterations,
double maxErrorToleranceThreshold,
double meanErrorToleranceThreshold,
bool enforceBoundaryCondition );
130 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );