ITK  5.2.0
Insight Toolkit
Public Member Functions | List of all members
itk::Functor::ComplexToImaginary< TInput, TOutput > Class Template Reference

#include <itkComplexToImaginaryImageFilter.h>

Public Member Functions

 ComplexToImaginary ()=default
 
bool operator!= (const ComplexToImaginary &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const ComplexToImaginary &other) const
 
 ~ComplexToImaginary ()=default
 

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::ComplexToImaginary< TInput, TOutput >

Definition at line 36 of file itkComplexToImaginaryImageFilter.h.

Constructor & Destructor Documentation

◆ ComplexToImaginary()

template<typename TInput , typename TOutput >
itk::Functor::ComplexToImaginary< TInput, TOutput >::ComplexToImaginary ( )
default

◆ ~ComplexToImaginary()

template<typename TInput , typename TOutput >
itk::Functor::ComplexToImaginary< TInput, TOutput >::~ComplexToImaginary ( )
default

Member Function Documentation

◆ operator!=()

template<typename TInput , typename TOutput >
bool itk::Functor::ComplexToImaginary< TInput, TOutput >::operator!= ( const ComplexToImaginary< TInput, TOutput > &  ) const
inline

Definition at line 42 of file itkComplexToImaginaryImageFilter.h.

◆ operator()()

template<typename TInput , typename TOutput >
TOutput itk::Functor::ComplexToImaginary< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 55 of file itkComplexToImaginaryImageFilter.h.

◆ operator==()

template<typename TInput , typename TOutput >
bool itk::Functor::ComplexToImaginary< TInput, TOutput >::operator== ( const ComplexToImaginary< TInput, TOutput > &  other) const
inline

Definition at line 49 of file itkComplexToImaginaryImageFilter.h.


The documentation for this class was generated from the following file: