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