DGtal
0.9.3
|
#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 400 of file BasicFunctors.h.
typedef T DGtal::functors::Thresholder< T, false, false >::Input |
Definition at line 408 of file BasicFunctors.h.
|
inline |
Definition at line 410 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 412 of file BasicFunctors.h.
|
private |
Definition at line 418 of file BasicFunctors.h.