Go to the documentation of this file.
18 #ifndef sitkComplexToModulusImageFilter_h
19 #define sitkComplexToModulusImageFilter_h
58 std::string
GetName()
const {
return std::string (
"ComplexToModulusImageFilter"); }
61 std::string ToString()
const;
75 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
80 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
84 bool m_InPlace{
false};
The Image class for SimpleITK.
Image(Self::*)(const Image &image1) MemberFunctionType
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
ComplexPixelIDTypeList PixelIDTypeList
typelist::MakeTypeList< BasicPixelID< std::complex< float > >, BasicPixelID< std::complex< double > > >::Type ComplexPixelIDTypeList
#define SITKBasicFilters_EXPORT
The base interface for SimpleITK filters that take one input image.
Computes pixel-wise the Modulus of a complex image.
std::string GetName() const
Image ComplexToModulus(Image &&image1)
Computes pixel-wise the Modulus of a complex image.