ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | List of all members
itk::Functor::LessEqual< TInput1, TInput2, TOutput > Class Template Reference

#include <itkLogicOpsFunctors.h>

Detailed Description

template<typename TInput1, typename TInput2 = TInput1, typename TOutput = TInput1>
class itk::Functor::LessEqual< TInput1, TInput2, TOutput >

Functor for <= operation on images and constants.

Operations by c++ casting defaults. Foreground and background values are set by methods. Defaults are 1, 0.

Definition at line 257 of file itkLogicOpsFunctors.h.

+ Inheritance diagram for itk::Functor::LessEqual< TInput1, TInput2, TOutput >:
+ Collaboration diagram for itk::Functor::LessEqual< TInput1, TInput2, TOutput >:

Public Types

using Self = LessEqual
 
- Public Types inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput >
using Self = LogicOpBase
 

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self)
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
bool operator== (const Self &) const
 
- Public Member Functions inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput >
TOutput GetBackgroundValue () const
 
TOutput GetForegroundValue () const
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Self)
 
 LogicOpBase ()
 
bool operator== (const Self &) const
 
void SetBackgroundValue (const TOutput &BG)
 
void SetForegroundValue (const TOutput &FG)
 
 ~LogicOpBase ()=default
 

Additional Inherited Members

- Protected Attributes inherited from itk::Functor::LogicOpBase< TInput1, TInput2, TOutput >
TOutput m_BackgroundValue
 
TOutput m_ForegroundValue
 

Member Typedef Documentation

◆ Self

template<typename TInput1 , typename TInput2 = TInput1, typename TOutput = TInput1>
using itk::Functor::LessEqual< TInput1, TInput2, TOutput >::Self = LessEqual

Definition at line 260 of file itkLogicOpsFunctors.h.

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput1 , typename TInput2 = TInput1, typename TOutput = TInput1>
itk::Functor::LessEqual< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( Self  )

◆ operator()()

template<typename TInput1 , typename TInput2 = TInput1, typename TOutput = TInput1>
TOutput itk::Functor::LessEqual< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  A,
const TInput2 &  B 
) const
inline

Definition at line 271 of file itkLogicOpsFunctors.h.

◆ operator==()

template<typename TInput1 , typename TInput2 = TInput1, typename TOutput = TInput1>
bool itk::Functor::LessEqual< TInput1, TInput2, TOutput >::operator== ( const Self ) const
inline

Definition at line 263 of file itkLogicOpsFunctors.h.


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