18 #ifndef sitkComplexToImaginaryImageFilter_h
19 #define sitkComplexToImaginaryImageFilter_h
58 std::string
GetName()
const {
return std::string (
"ComplexToImaginaryImageFilter"); }
61 std::string ToString()
const;
72 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
73 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
78 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
#define SITKBasicFilters_EXPORT
ComplexToImaginaryImageFilter Self
Computes pixel-wise the imaginary part of a complex image.
ComplexPixelIDTypeList PixelIDTypeList
typelist::MakeTypeList< BasicPixelID< std::complex< float > >, BasicPixelID< std::complex< double > > >::Type ComplexPixelIDTypeList
The Image class for SimpleITK.
Image ComplexToImaginary(const Image &image1)
Computes pixel-wise the imaginary part of a complex image.
std::string GetName() const
The base interface for SimpleITK filters that take one input image.