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

#include <itkBinaryThresholdImageFilter.h>

Detailed Description

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

Definition at line 67 of file itkBinaryThresholdImageFilter.h.

+ Collaboration diagram for itk::Functor::BinaryThreshold< TInput, TOutput >:

Public Member Functions

 BinaryThreshold ()
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (BinaryThreshold)
 
TOutput operator() (const TInput &A) const
 
bool operator== (const BinaryThreshold &other) const
 
void SetInsideValue (const TOutput &value)
 
void SetLowerThreshold (const TInput &thresh)
 
void SetOutsideValue (const TOutput &value)
 
void SetUpperThreshold (const TInput &thresh)
 
 ~BinaryThreshold ()=default
 

Private Attributes

TOutput m_InsideValue
 
TInput m_LowerThreshold
 
TOutput m_OutsideValue
 
TInput m_UpperThreshold
 

Constructor & Destructor Documentation

◆ BinaryThreshold()

template<typename TInput, typename TOutput>
itk::Functor::BinaryThreshold< TInput, TOutput >::BinaryThreshold ( )
inline

Definition at line 70 of file itkBinaryThresholdImageFilter.h.

◆ ~BinaryThreshold()

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

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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

Definition at line 114 of file itkBinaryThresholdImageFilter.h.

◆ operator==()

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

Definition at line 104 of file itkBinaryThresholdImageFilter.h.

◆ SetInsideValue()

template<typename TInput, typename TOutput>
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetInsideValue ( const TOutput &  value)
inline

Definition at line 92 of file itkBinaryThresholdImageFilter.h.

◆ SetLowerThreshold()

template<typename TInput, typename TOutput>
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetLowerThreshold ( const TInput &  thresh)
inline

Definition at line 82 of file itkBinaryThresholdImageFilter.h.

◆ SetOutsideValue()

template<typename TInput, typename TOutput>
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetOutsideValue ( const TOutput &  value)
inline

Definition at line 97 of file itkBinaryThresholdImageFilter.h.

◆ SetUpperThreshold()

template<typename TInput, typename TOutput>
void itk::Functor::BinaryThreshold< TInput, TOutput >::SetUpperThreshold ( const TInput &  thresh)
inline

Definition at line 87 of file itkBinaryThresholdImageFilter.h.

Member Data Documentation

◆ m_InsideValue

template<typename TInput, typename TOutput>
TOutput itk::Functor::BinaryThreshold< TInput, TOutput >::m_InsideValue
private

◆ m_LowerThreshold

template<typename TInput, typename TOutput>
TInput itk::Functor::BinaryThreshold< TInput, TOutput >::m_LowerThreshold
private

◆ m_OutsideValue

template<typename TInput, typename TOutput>
TOutput itk::Functor::BinaryThreshold< TInput, TOutput >::m_OutsideValue
private

◆ m_UpperThreshold

template<typename TInput, typename TOutput>
TInput itk::Functor::BinaryThreshold< TInput, TOutput >::m_UpperThreshold
private

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