DGtal
1.5.beta
|
#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 531 of file BasicFunctors.h.
typedef T DGtal::functors::Thresholder< T, false, false >::Input |
Definition at line 538 of file BasicFunctors.h.
|
inline |
Definition at line 540 of file BasicFunctors.h.
DGtal::functors::Thresholder< T, false, false >::BOOST_CONCEPT_ASSERT | ( | (boost::EqualityComparable< T >) | ) |
DGtal::functors::Thresholder< T, false, false >::BOOST_CONCEPT_ASSERT | ( | (boost::LessThanComparable< T >) | ) |
|
inline |
Definition at line 542 of file BasicFunctors.h.
References DGtal::functors::Thresholder< T, isLower, isEqual >::myT.
|
private |
Definition at line 548 of file BasicFunctors.h.