18#ifndef sitkUnaryMinusImageFilter_h
19#define sitkUnaryMinusImageFilter_h
65 using PixelIDTypeList = typelist2::append< SignedPixelIDTypeList, ComplexPixelIDTypeList >::type;
71 std::string
GetName()
const {
return std::string(
"UnaryMinusImageFilter"); }
The Image class for SimpleITK.
std::string ToString() const
Image ExecuteInternalVectorImage(const Image &image)
Image Execute(Image &&image1)
Image(Self::*)(const Image &image1) MemberFunctionType
Image Execute(const Image &image1)
typelist2::append< SignedPixelIDTypeList, ComplexPixelIDTypeList >::type PixelIDTypeList
virtual ~UnaryMinusImageFilter()
UnaryMinusImageFilter Self
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
Image ExecuteInternal(const Image &image1)
std::string GetName() const
A class used to instantiate and generate function object to templated member functions.
Image UnaryMinus(Image &&image1)
Implements pixel-wise generic operation on one image.
#define SITKBasicFilters_EXPORT