Go to the documentation of this file.
18 #ifndef sitkTernaryAddImageFilter_h
19 #define sitkTernaryAddImageFilter_h
57 std::string
GetName()
const {
return std::string (
"TernaryAddImageFilter"); }
60 std::string ToString()
const;
74 template <
class TImageType>
Image ExecuteInternal (
const Image& image1,
const Image& image2,
const Image& image3 );
79 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
83 bool m_InPlace{
false};
The Image class for SimpleITK.
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Image TernaryAdd(Image &&image1, const Image &image2, const Image &image3)
Pixel-wise addition of three images.
Image(Self::*)(const Image &image1, const Image &image2, const Image &image3) MemberFunctionType
std::string GetName() const
#define SITKBasicFilters_EXPORT
typelist2::append< BasicPixelIDTypeList, ComplexPixelIDTypeList, VectorPixelIDTypeList >::type NonLabelPixelIDTypeList
Pixel-wise addition of three images.
NonLabelPixelIDTypeList PixelIDTypeList
The base interface for SimpleITK filters that take one input image.