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

#include <itkComplexToImaginaryImageFilter.h>

Detailed Description

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

Definition at line 35 of file 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
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 40 of file itkComplexToImaginaryImageFilter.h.

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

Definition at line 50 of file itkComplexToImaginaryImageFilter.h.

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

Definition at line 45 of file itkComplexToImaginaryImageFilter.h.


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