18#ifndef sitkSubtractImageFilter_h
19#define sitkSubtractImageFilter_h
93 std::string
GetName()
const {
return std::string(
"SubtractImageFilter"); }
169 const Image& image1,
double constant
173 Image&& image1,
double constant
177 double constant,
const Image& image2
The Image class for SimpleITK.
Image Execute(const Image &image1, const Image &image2)
Image Execute(double constant, const Image &image2)
std::string ToString() const
virtual ~SubtractImageFilter()
Image(Self::*)(double constant, const Image &image2) MemberFunction1Type
Image(Self::*)(const Image &image1, double constant) MemberFunction2Type
Image Execute(const Image &image1, double constant)
Image Execute(Image &&image1, double constant)
Image Execute(Image &&image1, const Image &image2)
static const detail::MemberFunctionFactory< MemberFunction1Type > & GetMemberFunctionFactory1()
std::string GetName() const
NonLabelPixelIDTypeList PixelIDTypeList
Image(Self::*)(const Image &image1, const Image &image2) MemberFunctionType
Image ExecuteInternal(const Image &image1, const Image &image2)
static const detail::MemberFunctionFactory< MemberFunction2Type > & GetMemberFunctionFactory2()
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
A class used to instantiate and generate function object to templated member functions.
typelist2::append< BasicPixelIDTypeList, ComplexPixelIDTypeList, VectorPixelIDTypeList >::type NonLabelPixelIDTypeList
Image Subtract(Image &&image1, const Image &image2)
Pixel-wise subtraction of two images.
#define SITKBasicFilters_EXPORT