18 #ifndef sitkUnaryMinusImageFilter_h
19 #define sitkUnaryMinusImageFilter_h
55 typedef typelist::Append< SignedPixelIDTypeList, ComplexPixelIDTypeList >::Type
PixelIDTypeList;
59 std::string
GetName()
const {
return std::string (
"UnaryMinusImageFilter"); }
62 std::string ToString()
const;
74 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
75 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
78 template <
class TImageType>
Image ExecuteInternalVectorImage (
const Image& image );
82 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
#define SITKBasicFilters_EXPORT
Image UnaryMinus(const Image &image1)
Computes the negative of each pixel.
UnaryMinusImageFilter Self
The main Image class for SimpleITK.
typelist::Append< SignedPixelIDTypeList, ComplexPixelIDTypeList >::Type PixelIDTypeList
std::string GetName() const
The base interface for SimpleITK filters that take one input image.
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Computes the negative of each pixel.