Go to the documentation of this file.
18 #ifndef sitkNaryAddImageFilter_h
19 #define sitkNaryAddImageFilter_h
79 using PixelIDTypeList = typelist2::append<BasicPixelIDTypeList, ComplexPixelIDTypeList>::type;
85 std::string
GetName ()
const {
return std::string (
"NaryAddImageFilter" ); }
88 std::string ToString()
const ;
106 template <
class TImageType>
Image ExecuteInternal (
const std::vector<Image> &
images );
116 bool m_InPlace{
false };
The Image class for SimpleITK.
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
typelist2::append< BasicPixelIDTypeList, ComplexPixelIDTypeList >::type PixelIDTypeList
#define SITKBasicFilters_EXPORT
std::string GetName() const
Pixel-wise addition of N images.
The base interface for SimpleITK filters that take one input image.
*par Constraints *The filter requires an image with at least two dimensions and a vector *length of at least The theory supports extension to scalar images
Image(Self::*)(const std::vector< Image > &) MemberFunctionType
Image NaryAdd(const std::vector< Image > &images)
Pixel-wise addition of N images.