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

#include <BasicPointPredicates.h>

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

Public Types

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

Additional Inherited Members

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

Detailed Description

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

Aim: The predicate that returns always true.

Description of template class 'TruePointPredicate'

Template Parameters:
TPointany point type

Definition at line 89 of file BasicPointPredicates.h.


Member Typedef Documentation

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

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

Definition at line 91 of file BasicPointPredicates.h.


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