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

#include <itkSqrtImageFilter.h>

Public Member Functions

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

Detailed Description

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

Definition at line 34 of file itkSqrtImageFilter.h.

Constructor & Destructor Documentation

◆ Sqrt()

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

◆ ~Sqrt()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 40 of file itkSqrtImageFilter.h.

◆ operator()()

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

Definition at line 53 of file itkSqrtImageFilter.h.

◆ operator==()

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

Definition at line 47 of file itkSqrtImageFilter.h.


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