Go to the documentation of this file.
18 #ifndef sitkUnaryMinusImageFilter_h
19 #define sitkUnaryMinusImageFilter_h
64 typedef typelist::Append< SignedPixelIDTypeList, ComplexPixelIDTypeList >::Type
PixelIDTypeList;
68 std::string
GetName()
const {
return std::string (
"UnaryMinusImageFilter"); }
71 std::string ToString()
const;
83 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
85 template <
class TImageType>
Image ExecuteInternalVectorImage (
const Image& image );
89 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
The main Image class for SimpleITK.
typelist::Append< SignedPixelIDTypeList, ComplexPixelIDTypeList >::Type PixelIDTypeList
UnaryMinusImageFilter Self
Image UnaryMinus(const Image &image1)
Implements pixel-wise generic operation on one image.
std::string GetName() const
#define SITKBasicFilters_EXPORT
Implements pixel-wise generic operation on one image.
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
The base interface for SimpleITK filters that take one input image.
Base class for SimpleITK classes based on ProcessObject.