Go to the documentation of this file.
18 #ifndef sitkRealAndImaginaryToComplexImageFilter_h
19 #define sitkRealAndImaginaryToComplexImageFilter_h
89 std::string
GetName()
const {
return std::string (
"RealAndImaginaryToComplexImageFilter"); }
92 std::string ToString()
const;
104 template <
class TImageType>
Image ExecuteInternal (
const Image& image1,
const Image& image2 );
The main Image class for SimpleITK.
RealPixelIDTypeList PixelIDTypeList
typelist::MakeTypeList< BasicPixelID< float >, BasicPixelID< double > >::Type RealPixelIDTypeList
std::string GetName() const
ComposeImageFilter combine several scalar images into a multicomponent image.
#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.
RealAndImaginaryToComplexImageFilter Self
Image RealAndImaginaryToComplex(const Image &image1, const Image &image2)
ComposeImageFilter combine several scalar images into a multicomponent image.