18#ifndef sitkPowImageFilter_h
19#define sitkPowImageFilter_h
79 using PixelIDTypeList = typelist2::append<BasicPixelIDTypeList, ComplexPixelIDTypeList>::type;
85 std::string
GetName()
const {
return std::string(
"PowImageFilter"); }
161 const Image& image1,
double constant
165 Image&& image1,
double constant
169 double constant,
const Image& image2
The Image class for SimpleITK.
static const detail::MemberFunctionFactory< MemberFunction1Type > & GetMemberFunctionFactory1()
Image Execute(const Image &image1, const Image &image2)
Image Execute(double constant, const Image &image2)
Image(Self::*)(const Image &image1, double constant) MemberFunction2Type
Image(Self::*)(const Image &image1, const Image &image2) MemberFunctionType
Image Execute(const Image &image1, double constant)
static const detail::MemberFunctionFactory< MemberFunction2Type > & GetMemberFunctionFactory2()
Image Execute(Image &&image1, const Image &image2)
std::string ToString() const
Image Execute(Image &&image1, double constant)
std::string GetName() const
virtual ~PowImageFilter()
typelist2::append< BasicPixelIDTypeList, ComplexPixelIDTypeList >::type PixelIDTypeList
Image(Self::*)(double constant, const Image &image2) MemberFunction1Type
Image ExecuteInternal(const Image &image1, const Image &image2)
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
A class used to instantiate and generate function object to templated member functions.
Image Pow(Image &&image1, const Image &image2)
Computes the powers of 2 images.
#define SITKBasicFilters_EXPORT