18 #ifndef sitkBinaryThresholdProjectionImageFilter_h
19 #define sitkBinaryThresholdProjectionImageFilter_h
85 SITK_RETURN_SELF_TYPE_HEADER
SetProjectionDimension (
unsigned int ProjectionDimension ) { this->m_ProjectionDimension = ProjectionDimension;
return *
this; }
94 SITK_RETURN_SELF_TYPE_HEADER
SetThresholdValue (
double ThresholdValue ) { this->m_ThresholdValue = ThresholdValue;
return *
this; }
104 SITK_RETURN_SELF_TYPE_HEADER
SetForegroundValue (
uint8_t ForegroundValue ) { this->m_ForegroundValue = ForegroundValue;
return *
this; }
114 SITK_RETURN_SELF_TYPE_HEADER
SetBackgroundValue (
uint8_t BackgroundValue ) { this->m_BackgroundValue = BackgroundValue;
return *
this; }
122 std::string
GetName()
const {
return std::string (
"BinaryThresholdProjectionImageFilter"); }
125 std::string ToString()
const;
137 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
145 unsigned int m_ProjectionDimension{0u};
147 double m_ThresholdValue{0.0};