18 #ifndef itkComplexToImaginaryImageFilter_h
19 #define itkComplexToImaginaryImageFilter_h
34 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return static_cast<TOutput
>( A.imag() );
57 template<
typename TInputImage,
typename TOutputImage >
72 typename TOutputImage::PixelType >;
85 #ifdef ITK_USE_CONCEPT_CHECKING
95 #if !defined( ITK_WRAPPING_PARSER )
typename NumericTraits< InputPixelType >::ValueType InputPixelValueType
~ComplexToImaginaryImageFilter() override=default
Define numeric traits for std::vector.
Computes pixel-wise the imaginary part of a complex image.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
void SetFunctor(const std::function< ConstRefFunctionType > &f)
typename TInputImage::PixelType InputPixelType
bool operator!=(const ComplexToImaginary &) const
typename TOutputImage::PixelType OutputPixelType
ComplexToImaginary()=default
~ComplexToImaginary()=default
TOutput operator()(const TInput &A) const
bool operator==(const ComplexToImaginary &other) const
ComplexToImaginaryImageFilter()
Functor::ComplexToImaginary< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
Implements pixel-wise generic "operation" on one image.