|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkComplexToImaginaryImageFilter_h
19 #define itkComplexToImaginaryImageFilter_h
35 template <
typename TInput,
typename TOutput>
50 return static_cast<TOutput>(A.imag());
55 template <
typename TInputImage,
typename TOutputImage>
79 #ifdef ITK_USE_CONCEPT_CHECKING
88 #if !defined(ITK_WRAPPING_PARSER)
typename TOutputImage::PixelType OutputPixelType
typename NumericTraits< InputPixelType >::ValueType InputPixelValueType
Implements pixel-wise generic "operation" on one image.
ComplexToImaginaryImageFilter()
Base class for all process objects that output image data.
Computes pixel-wise the imaginary part of a complex image.
Functor::Add2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > FunctorType
Define additional traits for native types such as int or float.
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(ComplexToImaginary)
#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
bool operator==(const ComplexToImaginary &) const