RTK  2.5.0
Reconstruction Toolkit
Public Member Functions | Private Attributes | List of all members
rtk::Functor::SoftThreshold< TInput, TOutput > Class Template Reference

#include <rtkSoftThresholdImageFilter.h>

Public Member Functions

bool operator!= (const SoftThreshold &other) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const SoftThreshold &other) const
 
void SetThreshold (const TInput &thresh)
 
 SoftThreshold ()
 
 ~SoftThreshold ()=default
 

Private Attributes

TInput m_Threshold
 

Detailed Description

template<class TInput, class TOutput>
class rtk::Functor::SoftThreshold< TInput, TOutput >

Definition at line 44 of file rtkSoftThresholdImageFilter.h.

Constructor & Destructor Documentation

◆ SoftThreshold()

template<class TInput , class TOutput >
rtk::Functor::SoftThreshold< TInput, TOutput >::SoftThreshold ( )
inline

Definition at line 47 of file rtkSoftThresholdImageFilter.h.

◆ ~SoftThreshold()

template<class TInput , class TOutput >
rtk::Functor::SoftThreshold< TInput, TOutput >::~SoftThreshold ( )
default

Member Function Documentation

◆ operator!=()

template<class TInput , class TOutput >
bool rtk::Functor::SoftThreshold< TInput, TOutput >::operator!= ( const SoftThreshold< TInput, TOutput > &  other) const
inline

◆ operator()()

template<class TInput , class TOutput >
TOutput rtk::Functor::SoftThreshold< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 72 of file rtkSoftThresholdImageFilter.h.

References itk::Math::abs().

◆ operator==()

template<class TInput , class TOutput >
bool rtk::Functor::SoftThreshold< TInput, TOutput >::operator== ( const SoftThreshold< TInput, TOutput > &  other) const
inline

Definition at line 66 of file rtkSoftThresholdImageFilter.h.

◆ SetThreshold()

template<class TInput , class TOutput >
void rtk::Functor::SoftThreshold< TInput, TOutput >::SetThreshold ( const TInput &  thresh)
inline

Definition at line 51 of file rtkSoftThresholdImageFilter.h.

Member Data Documentation

◆ m_Threshold

template<class TInput , class TOutput >
TInput rtk::Functor::SoftThreshold< TInput, TOutput >::m_Threshold
private

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