18 #ifndef sitkSignedMaurerDistanceMapImageFilter_h
19 #define sitkSignedMaurerDistanceMapImageFilter_h
69 SITK_RETURN_SELF_TYPE_HEADER
SetInsideIsPositive (
bool InsideIsPositive ) { this->m_InsideIsPositive = InsideIsPositive;
return *
this; }
83 SITK_RETURN_SELF_TYPE_HEADER
SetSquaredDistance (
bool SquaredDistance ) { this->m_SquaredDistance = SquaredDistance;
return *
this; }
97 SITK_RETURN_SELF_TYPE_HEADER
SetUseImageSpacing (
bool UseImageSpacing ) { this->m_UseImageSpacing = UseImageSpacing;
return *
this; }
111 SITK_RETURN_SELF_TYPE_HEADER
SetBackgroundValue (
double BackgroundValue ) { this->m_BackgroundValue = BackgroundValue;
return *
this; }
118 std::string
GetName()
const {
return std::string (
"SignedMaurerDistanceMapImageFilter"); }
121 std::string ToString()
const;
129 Image Execute (
const Image& image1,
bool insideIsPositive,
bool squaredDistance,
bool useImageSpacing,
double backgroundValue );
136 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );