DGtal 1.3.0
Loading...
Searching...
No Matches
DGtal::functors::FalsePointPredicate< TPoint > Struct Template Reference

Aim: The predicate that returns always false. More...

#include <DGtal/kernel/BasicPointPredicates.h>

Inheritance diagram for DGtal::functors::FalsePointPredicate< TPoint >:
DGtal::functors::ConstantPointPredicate< TPoint, false >

Additional Inherited Members

- Public Types inherited from DGtal::functors::ConstantPointPredicate< TPoint, false >
typedef TPoint Point
 
- Public Member Functions inherited from DGtal::functors::ConstantPointPredicate< TPoint, false >
bool operator() (const Point &p) const
 

Detailed Description

template<typename TPoint>
struct DGtal::functors::FalsePointPredicate< TPoint >

Aim: The predicate that returns always false.

Description of template class 'FalsePointPredicate'

Template Parameters
TPointany point type

Definition at line 104 of file BasicPointPredicates.h.


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