Go to the documentation of this file.
18 #ifndef sitkComplexToRealImageFilter_h
19 #define sitkComplexToRealImageFilter_h
58 std::string
GetName()
const {
return std::string (
"ComplexToRealImageFilter"); }
61 std::string ToString()
const;
73 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
78 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
The main Image class for SimpleITK.
Image ComplexToReal(const Image &image1)
Computes pixel-wise the real(x) part of a complex image.
ComplexPixelIDTypeList PixelIDTypeList
ComplexToRealImageFilter Self
Computes pixel-wise the real(x) part of a complex image.
std::string GetName() const
typelist::MakeTypeList< BasicPixelID< std::complex< float > >, BasicPixelID< std::complex< double > > >::Type ComplexPixelIDTypeList
#define SITKBasicFilters_EXPORT
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
The base interface for SimpleITK filters that take one input image.
Base class for SimpleITK classes based on ProcessObject.