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;
75 template <
class TImageType>
Image ExecuteInternal (
const Image& image1,
const Image& image2,
const Image& image3 );
80 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
84 bool m_InPlace{
false};
The Image class for SimpleITK.
typelist::Append< typelist::Append< BasicPixelIDTypeList, ComplexPixelIDTypeList >::Type, VectorPixelIDTypeList >::Type NonLabelPixelIDTypeList
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
Pixel-wise addition of three images.
NonLabelPixelIDTypeList PixelIDTypeList
The base interface for SimpleITK filters that take one input image.