18 #ifndef sitkThresholdMaximumConnectedComponentsImageFilter_h
19 #define sitkThresholdMaximumConnectedComponentsImageFilter_h
86 SITK_RETURN_SELF_TYPE_HEADER
SetUpperBoundary (
double UpperBoundary ) { this->m_UpperBoundary = UpperBoundary;
return *
this; }
96 SITK_RETURN_SELF_TYPE_HEADER
SetInsideValue (
uint8_t InsideValue ) { this->m_InsideValue = InsideValue;
return *
this; }
106 SITK_RETURN_SELF_TYPE_HEADER
SetOutsideValue (
uint8_t OutsideValue ) { this->m_OutsideValue = OutsideValue;
return *
this; }
113 std::string
GetName()
const {
return std::string (
"ThresholdMaximumConnectedComponentsImageFilter"); }
116 std::string ToString()
const;
131 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );