18 #ifndef sitkUnaryMinusImageFilter_h
19 #define sitkUnaryMinusImageFilter_h
58 typedef typelist::Append< SignedPixelIDTypeList, ComplexPixelIDTypeList >::Type
PixelIDTypeList;
62 std::string
GetName()
const {
return std::string (
"UnaryMinusImageFilter"); }
65 std::string ToString()
const;
76 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
77 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
79 template <
class TImageType>
Image ExecuteInternalVectorImage (
const Image& image );
83 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
#define SITKBasicFilters_EXPORT
Image UnaryMinus(const Image &image1)
Implements pixel-wise generic operation on one image.
UnaryMinusImageFilter Self
The 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
Implements pixel-wise generic operation on one image.