18 #ifndef sitkSignedDanielssonDistanceMapImageFilter_h
19 #define sitkSignedDanielssonDistanceMapImageFilter_h
80 SITK_RETURN_SELF_TYPE_HEADER
SetInsideIsPositive (
bool InsideIsPositive ) { this->m_InsideIsPositive = InsideIsPositive;
return *
this; }
94 SITK_RETURN_SELF_TYPE_HEADER
SetSquaredDistance (
bool SquaredDistance ) { this->m_SquaredDistance = SquaredDistance;
return *
this; }
108 SITK_RETURN_SELF_TYPE_HEADER
SetUseImageSpacing (
bool UseImageSpacing ) { this->m_UseImageSpacing = UseImageSpacing;
return *
this; }
136 std::string
GetName()
const {
return std::string (
"SignedDanielssonDistanceMapImageFilter"); }
139 std::string ToString()
const;
151 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
159 bool m_InsideIsPositive{
false};
161 bool m_SquaredDistance{
false};
163 bool m_UseImageSpacing{
false};