18#ifndef itkComplexToImaginaryImageAdaptor_h
19#define itkComplexToImaginaryImageAdaptor_h
44template <
typename TInternalType,
typename TExternalType>
57 Set(TInternalType & output,
const TExternalType & input)
59 output = (TInternalType)(input);
62 static inline TExternalType
63 Get(
const TInternalType & input)
65 return (TExternalType)(input.imag());
81template <
typename TImage,
typename TOutputPixelType>
83 :
public ImageAdaptor<TImage, Accessor::ComplexToImaginaryPixelAccessor<typename TImage::PixelType, TOutputPixelType>>
Give access to the Imaginary part of a std::complex<> value.
static TExternalType Get(const TInternalType &input)
TInternalType InternalType
static void Set(TInternalType &output, const TExternalType &input)
TExternalType ExternalType
SmartPointer< const Self > ConstPointer
ImageAdaptor< TImage, Accessor::ComplexToImaginaryPixelAccessor< typename TImage::PixelType, TOutputPixelType > > Superclass
SmartPointer< Self > Pointer
ComplexToImaginaryImageAdaptor()=default
~ComplexToImaginaryImageAdaptor() override=default
ComplexToImaginaryImageAdaptor Self
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....