18 #ifndef sitkNaryAddImageFilter_h
19 #define sitkNaryAddImageFilter_h
80 using PixelIDTypeList = typelist::Append<BasicPixelIDTypeList, ComplexPixelIDTypeList>::Type;
86 std::string
GetName()
const {
return std::string (
"NaryAddImageFilter"); }
89 std::string ToString()
const;
92 Image Execute (
const std::vector<Image> &images);
107 template <
class TImageType>
Image ExecuteInternal (
const std::vector<Image> &images );
117 bool m_InPlace{
false};