ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
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.

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

◆ ~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 > )

References BinaryThreshold().

◆ operator()()

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

◆ operator==()

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

◆ 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.

References m_InsideValue.

◆ 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.

References m_LowerThreshold.

◆ 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.

References m_OutsideValue.

◆ 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.

References m_UpperThreshold.

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: