18#ifndef sitkBinaryNotImageFilter_h
19#define sitkBinaryNotImageFilter_h
88 std::string
GetName()
const {
return std::string (
"BinaryNotImageFilter"); }
Self & SetForegroundValue(double ForegroundValue)
Image(Self::*)(const Image &image1) MemberFunctionType
std::string ToString() const
std::string GetName() const
Self & SetBackgroundValue(double BackgroundValue)
double GetBackgroundValue() const
BinaryNotImageFilter Self
virtual ~BinaryNotImageFilter()
Image Execute(Image &&image1)
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Image Execute(const Image &image1)
double GetForegroundValue() const
Image ExecuteInternal(const Image &image1)
IntegerPixelIDTypeList PixelIDTypeList
The Image class for SimpleITK.
Image BinaryNot(Image &&image1, double foregroundValue=1.0, double backgroundValue=0.0)
Implements the BinaryNot logical operator pixel-wise between two images.
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t > > IntegerPixelIDTypeList
#define SITKBasicFilters_EXPORT