18 #ifndef sitkThresholdMaximumConnectedComponentsImageFilter_h
19 #define sitkThresholdMaximumConnectedComponentsImageFilter_h
89 SITK_RETURN_SELF_TYPE_HEADER
SetUpperBoundary (
double UpperBoundary ) { this->m_UpperBoundary = UpperBoundary;
return *
this; }
99 SITK_RETURN_SELF_TYPE_HEADER
SetInsideValue (
uint8_t InsideValue ) { this->m_InsideValue = InsideValue;
return *
this; }
109 SITK_RETURN_SELF_TYPE_HEADER
SetOutsideValue (
uint8_t OutsideValue ) { this->m_OutsideValue = OutsideValue;
return *
this; }
117 std::string
GetName()
const {
return std::string (
"ThresholdMaximumConnectedComponentsImageFilter"); }
120 std::string ToString()
const;
132 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
142 double m_UpperBoundary{std::numeric_limits<double>::max()};