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

#include <itkRoundImageFilter.h>

Detailed Description

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

Definition at line 34 of file itkRoundImageFilter.h.

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Round)
 
TOutput operator() (const TInput &A) const
 
bool operator== (const Round &) const
 

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput , typename TOutput >
itk::Functor::Round< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( Round< TInput, TOutput >  )

◆ operator()()

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

Definition at line 46 of file itkRoundImageFilter.h.

◆ operator==()

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

Definition at line 38 of file itkRoundImageFilter.h.


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