18 #ifndef sitkBinaryFillholeImageFilter_h
19 #define sitkBinaryFillholeImageFilter_h
70 SITK_RETURN_SELF_TYPE_HEADER
SetFullyConnected (
bool FullyConnected ) { this->m_FullyConnected = FullyConnected;
return *
this; }
73 SITK_RETURN_SELF_TYPE_HEADER
FullyConnectedOn() {
return this->SetFullyConnected(
true); }
84 SITK_RETURN_SELF_TYPE_HEADER
SetForegroundValue (
double ForegroundValue ) { this->m_ForegroundValue = ForegroundValue;
return *
this; }
91 std::string
GetName()
const {
return std::string (
"BinaryFillholeImageFilter"); }
94 std::string ToString()
const;
102 Image Execute (
const Image& image1,
bool fullyConnected,
double foregroundValue );
108 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
109 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
std::string GetName() const
typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t > >::Type IntegerPixelIDTypeList
#define SITKBasicFilters_EXPORT
IntegerPixelIDTypeList PixelIDTypeList
Self & SetForegroundValue(double ForegroundValue)
Self & FullyConnectedOff()
bool GetFullyConnected() const
Self & FullyConnectedOn()
double GetForegroundValue() const
The Image class for SimpleITK.
BinaryFillholeImageFilter Self
Image BinaryFillhole(const Image &image1, bool fullyConnected=false, double foregroundValue=1.0)
Remove holes not connected to the boundary of the image.
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Remove holes not connected to the boundary of the image.
The base interface for SimpleITK filters that take one input image.
Self & SetFullyConnected(bool FullyConnected)