18 #ifndef sitkSignedDanielssonDistanceMapImageFilter_h
19 #define sitkSignedDanielssonDistanceMapImageFilter_h
81 SITK_RETURN_SELF_TYPE_HEADER
SetInsideIsPositive (
bool InsideIsPositive ) { this->m_InsideIsPositive = InsideIsPositive;
return *
this; }
95 SITK_RETURN_SELF_TYPE_HEADER
SetSquaredDistance (
bool SquaredDistance ) { this->m_SquaredDistance = SquaredDistance;
return *
this; }
109 SITK_RETURN_SELF_TYPE_HEADER
SetUseImageSpacing (
bool UseImageSpacing ) { this->m_UseImageSpacing = UseImageSpacing;
return *
this; }
137 std::string
GetName()
const {
return std::string (
"SignedDanielssonDistanceMapImageFilter"); }
140 std::string ToString()
const;
152 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
160 bool m_InsideIsPositive{
false};
162 bool m_SquaredDistance{
false};
164 bool m_UseImageSpacing{
false};