DGtal
1.5.beta
|
Aim: The predicate returning true iff the point is in the domain given at construction. More...
#include <DGtal/topology/SurfelSetPredicate.h>
Public Types | |
typedef TSurfelSet | SurfelSet |
typedef TSurfel | Surfel |
Public Member Functions | |
SurfelSetPredicate (ConstAlias< SurfelSet > aSet) | |
SurfelSetPredicate (const SurfelSetPredicate &other) | |
SurfelSetPredicate & | operator= (const SurfelSetPredicate &other) |
bool | operator() (const Surfel &s) const |
Protected Member Functions | |
SurfelSetPredicate () | |
Private Attributes | |
const SurfelSet * | mySet |
Aim: The predicate returning true iff the point is in the domain given at construction.
Description of template class 'SurfelSetPredicate'
Model of CSurfelPredicate
Definition at line 64 of file SurfelSetPredicate.h.
typedef TSurfel DGtal::functors::SurfelSetPredicate< TSurfelSet, TSurfel >::Surfel |
Definition at line 69 of file SurfelSetPredicate.h.
typedef TSurfelSet DGtal::functors::SurfelSetPredicate< TSurfelSet, TSurfel >::SurfelSet |
Definition at line 68 of file SurfelSetPredicate.h.
DGtal::functors::SurfelSetPredicate< TSurfelSet, TSurfel >::SurfelSetPredicate | ( | ConstAlias< SurfelSet > | aSet | ) |
Constructor.
aSet | any set. |
DGtal::functors::SurfelSetPredicate< TSurfelSet, TSurfel >::SurfelSetPredicate | ( | const SurfelSetPredicate< TSurfelSet, TSurfel > & | other | ) |
Copy constructor.
other | the object to clone. |
|
protected |
Constructor. Forbidden by default (protected to avoid g++ warnings).
bool DGtal::functors::SurfelSetPredicate< TSurfelSet, TSurfel >::operator() | ( | const Surfel & | s | ) | const |
s | any surfel. |
SurfelSetPredicate& DGtal::functors::SurfelSetPredicate< TSurfelSet, TSurfel >::operator= | ( | const SurfelSetPredicate< TSurfelSet, TSurfel > & | other | ) |
Assignment.
other | the object to copy. |
|
private |
Definition at line 107 of file SurfelSetPredicate.h.