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; }
113 std::string
GetName()
const {
return std::string (
"InvertDisplacementFieldImageFilter"); }
116 std::string ToString()
const;
128 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
139 double m_MaxErrorToleranceThreshold{0.1};
141 double m_MeanErrorToleranceThreshold{0.001};
143 bool m_EnforceBoundaryCondition{
true};
146 double m_MaxErrorNorm{0.0};
148 double m_MeanErrorNorm{0.0};