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

#include <itkRoundImageFilter.h>

Public Member Functions

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

Detailed Description

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

Definition at line 34 of file itkRoundImageFilter.h.

Constructor & Destructor Documentation

◆ Round()

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

◆ ~Round()

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

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 49 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 40 of file itkRoundImageFilter.h.


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