18#ifndef sitkMaskNegatedImageFilter_h
19#define sitkMaskNegatedImageFilter_h
101 std::string
GetName()
const {
return std::string (
"MaskNegatedImageFilter"); }
The Image class for SimpleITK.
Image(Self::*)(const Image *image, const Image *maskImage) MemberFunctionType
double GetMaskingValue() const
Self & SetMaskingValue(double MaskingValue)
double GetOutsideValue() const
MaskNegatedImageFilter Self
virtual ~MaskNegatedImageFilter()
std::unique_ptr< detail::DualMemberFunctionFactory< MemberFunctionType > > m_DualMemberFactory
Self & SetOutsideValue(double OutsideValue)
std::string GetName() const
BasicPixelIDTypeList PixelIDTypeList
std::string ToString() const
Image Execute(Image &&image, const Image &maskImage)
Image DualExecuteInternal(const Image *image, const Image *maskImage)
Image MaskNegated(Image &&image, const Image &maskImage, double outsideValue=0, double maskingValue=0)
Mask an image with the negation (or logical compliment) of a mask.
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > > BasicPixelIDTypeList
#define SITKBasicFilters_EXPORT