DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types
DGtal::FalsePointPredicate< TPoint > Struct Template Reference

#include <BasicPointPredicates.h>

Inheritance diagram for DGtal::FalsePointPredicate< TPoint >:
Inheritance graph
[legend]
Collaboration diagram for DGtal::FalsePointPredicate< TPoint >:
Collaboration graph
[legend]

Public Types

typedef TPoint Point
- Public Types inherited from DGtal::ConstantPointPredicate< TPoint, false >

Additional Inherited Members

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

Detailed Description

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

Aim: The predicate that returns always false.

Description of template class 'FalsePointPredicate'

Template Parameters:
TPointany point type

Definition at line 103 of file BasicPointPredicates.h.


Member Typedef Documentation

template<typename TPoint >
typedef TPoint DGtal::FalsePointPredicate< TPoint >::Point

Reimplemented from DGtal::ConstantPointPredicate< TPoint, false >.

Definition at line 105 of file BasicPointPredicates.h.


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