|
DGtal 2.1.1
|
#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 551 of file BasicFunctors.h.
| typedef T DGtal::functors::Thresholder< T, false, true >::Input |
Definition at line 557 of file BasicFunctors.h.
|
inline |
Definition at line 559 of file BasicFunctors.h.
| DGtal::functors::Thresholder< T, false, true >::BOOST_CONCEPT_ASSERT | ( | (boost::EqualityComparable< T >) | ) |
| DGtal::functors::Thresholder< T, false, true >::BOOST_CONCEPT_ASSERT | ( | (boost::LessThanComparable< T >) | ) |
|
inline |
Definition at line 560 of file BasicFunctors.h.
References DGtal::functors::Thresholder< T, isLower, isEqual >::myT.
|
private |
Definition at line 566 of file BasicFunctors.h.