18 #ifndef sitkSignedDanielssonDistanceMapImageFilter_h
19 #define sitkSignedDanielssonDistanceMapImageFilter_h
83 SITK_RETURN_SELF_TYPE_HEADER
SetInsideIsPositive (
bool InsideIsPositive ) { this->m_InsideIsPositive = InsideIsPositive;
return *
this; }
97 SITK_RETURN_SELF_TYPE_HEADER
SetSquaredDistance (
bool SquaredDistance ) { this->m_SquaredDistance = SquaredDistance;
return *
this; }
111 SITK_RETURN_SELF_TYPE_HEADER
SetUseImageSpacing (
bool UseImageSpacing ) { this->m_UseImageSpacing = UseImageSpacing;
return *
this; }
131 std::string
GetName()
const {
return std::string (
"SignedDanielssonDistanceMapImageFilter"); }
134 std::string ToString()
const;
146 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
154 bool m_InsideIsPositive{
false};
156 bool m_SquaredDistance{
false};
158 bool m_UseImageSpacing{
false};