18#ifndef sitkComplexToImaginaryImageFilter_h
19#define sitkComplexToImaginaryImageFilter_h
57 std::string
GetName()
const {
return std::string (
"ComplexToImaginaryImageFilter"); }
79 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
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
The Image class for SimpleITK.
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