DGtal 1.3.0
|
#include <DGtal/base/BasicFunctors.h>
Public Types | |
typedef T | Input |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((boost::EqualityComparable< T >)) | |
BOOST_CONCEPT_ASSERT ((boost::LessThanComparable< T >)) | |
Thresholder (const Input &aT=0) | |
bool | operator() (const Input &aI) const |
Private Attributes | |
Input | myT |
Definition at line 590 of file BasicFunctors.h.
typedef T DGtal::functors::Thresholder< T, true, true >::Input |
Definition at line 596 of file BasicFunctors.h.
|
inline |
Definition at line 598 of file BasicFunctors.h.
DGtal::functors::Thresholder< T, true, true >::BOOST_CONCEPT_ASSERT | ( | (boost::EqualityComparable< T >) | ) |
DGtal::functors::Thresholder< T, true, true >::BOOST_CONCEPT_ASSERT | ( | (boost::LessThanComparable< T >) | ) |
|
inline |
Definition at line 600 of file BasicFunctors.h.
References DGtal::functors::Thresholder< T, isLower, isEqual >::myT.
|
private |
Definition at line 606 of file BasicFunctors.h.