18 #ifndef itkComplexToImaginaryImageFilter_h
19 #define itkComplexToImaginaryImageFilter_h
22 #include "vnl/vnl_math.h"
34 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return (TOutput)( A.imag() );
57 template<
typename TInputImage,
typename TOutputImage >
61 Functor::ComplexToImaginary<
62 typename TInputImage::PixelType,
63 typename TOutputImage::PixelType > >
69 TInputImage, TOutputImage,
87 #ifdef ITK_USE_CONCEPT_CHECKING
TInputImage::PixelType InputPixelType
Computes pixel-wise the imaginary part of a complex image.
Base class for all process objects that output image data.
bool operator!=(const ComplexToImaginary &) const
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::ComplexToImaginary< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
ComplexToImaginaryImageFilter Self
void operator=(const Self &)
TOutput operator()(const TInput &A) const
bool operator==(const ComplexToImaginary &other) const
SmartPointer< const Self > ConstPointer
NumericTraits< InputPixelType >::ValueType InputPixelValueType
ComplexToImaginaryImageFilter()
Implements pixel-wise generic operation on one image.
TOutputImage::PixelType OutputPixelType
SmartPointer< Self > Pointer
Define additional traits for native types such as int or float.
#define itkConceptMacro(name, concept)
virtual ~ComplexToImaginaryImageFilter()