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

#include <itkCosImageFilter.h>

Public Member Functions

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

Detailed Description

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

Definition at line 34 of file itkCosImageFilter.h.

Constructor & Destructor Documentation

◆ Cos()

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

◆ ~Cos()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 40 of file itkCosImageFilter.h.

◆ operator()()

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

Definition at line 53 of file itkCosImageFilter.h.

◆ operator==()

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

Definition at line 47 of file itkCosImageFilter.h.


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