18#ifndef sitkComplexToImaginaryImageFilter_h
19#define sitkComplexToImaginaryImageFilter_h
60 std::string
GetName()
const {
return std::string(
"ComplexToImaginaryImageFilter"); }
ComplexToImaginaryImageFilter()
Image Execute(const Image &image1)
std::string ToString() const
Image Execute(Image &&image1)
ComplexPixelIDTypeList PixelIDTypeList
ComplexToImaginaryImageFilter Self
Image(Self::*)(const Image &image1) MemberFunctionType
Image ExecuteInternal(const Image &image1)
virtual ~ComplexToImaginaryImageFilter()
std::string GetName() const
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
typelist2::typelist< BasicPixelID< std::complex< float > >, BasicPixelID< std::complex< double > > > ComplexPixelIDTypeList
Image ComplexToImaginary(Image &&image1)
Computes pixel-wise the imaginary part of a complex image.
#define SITKBasicFilters_EXPORT