#include <SetPredicate.h>
Public Types |
typedef TDigitalSet | DigitalSet |
typedef DigitalSet::Domain | Domain |
typedef Domain::Point | Point |
Detailed Description
template<typename TDigitalSet>
struct DGtal::SetPredicate< TDigitalSet >
Aim: The predicate returning true iff the point is in the domain given at construction.
Description of template class 'SetPredicate'
Model of CPointPredicate
- Examples:
- topology/ctopo-2-3d.cpp, and topology/ctopo-2.cpp.
Definition at line 61 of file SetPredicate.h.
Member Typedef Documentation
template<typename TDigitalSet>
template<typename TDigitalSet>
template<typename TDigitalSet>
Constructor & Destructor Documentation
template<typename TDigitalSet >
template<typename TDigitalSet >
Copy constructor.
- Parameters:
-
other | the object to clone. |
Definition at line 53 of file SetPredicate.ih.
template<typename TDigitalSet>
Constructor. Forbidden by default (protected to avoid g++ warnings).
Member Function Documentation
template<typename TDigitalSet >
- Parameters:
-
- Returns:
- true iff p is in the domain.
Definition at line 75 of file SetPredicate.ih.
template<typename TDigitalSet >
Field Documentation
template<typename TDigitalSet>
The documentation for this struct was generated from the following files: