17 #ifndef __itkComplexToRealImageAdaptor_h
18 #define __itkComplexToRealImageAdaptor_h
38 template <
class TInternalType,
class TExternalType >
50 static inline void Set(TInternalType & output,
const TExternalType & input)
51 {output = (TInternalType)(input);}
53 static inline TExternalType Get(
const TInternalType & input )
54 {
return (TExternalType)(input.real());}
68 template <
class TImage,
class TOutputPixelType>
71 Accessor::ComplexToRealPixelAccessor<
72 typename TImage::PixelType,
79 typename TImage::PixelType,
96 void operator=(
const Self&);