|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkComplexToImaginaryImageFilter_h
19 #define itkComplexToImaginaryImageFilter_h
35 template <
typename TInput,
typename TOutput>
51 return !(*
this != other);
57 return static_cast<TOutput>(A.imag());
62 template <
typename TInputImage,
typename TOutputImage>
86 #ifdef ITK_USE_CONCEPT_CHECKING
95 #if !defined(ITK_WRAPPING_PARSER)
ComplexToImaginary()=default
typename TOutputImage::PixelType OutputPixelType
typename NumericTraits< InputPixelType >::ValueType InputPixelValueType
void SetFunctor(const std::function< ConstRefFunctionType > &f)
bool operator!=(const ComplexToImaginary &) const
Implements pixel-wise generic "operation" on one image.
~ComplexToImaginaryImageFilter() override=default
~ComplexToImaginary()=default
ComplexToImaginaryImageFilter()
Base class for all process objects that output image data.
Computes pixel-wise the imaginary part of a complex image.
bool operator==(const ComplexToImaginary &other) const
Define additional traits for native types such as int or float.
Functor::ComplexToImaginary< typename TInputImage::PixelType, typename TOutputImage::PixelType > FunctorType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename TInputImage::PixelType InputPixelType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
TOutput operator()(const TInput &A) const