Go to the documentation of this file.
18 #ifndef sitkTernaryAddImageFilter_h
19 #define sitkTernaryAddImageFilter_h
58 std::string
GetName()
const {
return std::string (
"TernaryAddImageFilter"); }
61 std::string ToString()
const;
73 template <
class TImageType>
Image ExecuteInternal (
const Image& image1,
const Image& image2,
const Image& image3 );
78 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
The main Image class for SimpleITK.
Image TernaryAdd(const Image &image1, const Image &image2, const Image &image3)
Pixel-wise addition of three images.
TernaryAddImageFilter Self
typelist::Append< typelist::Append< BasicPixelIDTypeList, ComplexPixelIDTypeList >::Type, VectorPixelIDTypeList >::Type NonLabelPixelIDTypeList
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
std::string GetName() const
NonLabelPixelIDTypeList PixelIDTypeList
#define SITKBasicFilters_EXPORT
Pixel-wise addition of three images.
The base interface for SimpleITK filters that take one input image.
Base class for SimpleITK classes based on ProcessObject.