|
DGtal
0.6.devel
|
#include <SurfelSetPredicate.h>

Public Types | |
| typedef TSurfelSet | SurfelSet |
| typedef TSurfel | Surfel |
Public Member Functions | |
| SurfelSetPredicate (const 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 62 of file SurfelSetPredicate.h.
| typedef TSurfel DGtal::SurfelSetPredicate< TSurfelSet, TSurfel >::Surfel |
Definition at line 67 of file SurfelSetPredicate.h.
| typedef TSurfelSet DGtal::SurfelSetPredicate< TSurfelSet, TSurfel >::SurfelSet |
Definition at line 66 of file SurfelSetPredicate.h.
|
inline |
|
inline |
Copy constructor.
| other | the object to clone. |
Definition at line 53 of file SurfelSetPredicate.ih.
|
protected |
Constructor. Forbidden by default (protected to avoid g++ warnings).
|
inline |
| s | any surfel. |
Definition at line 72 of file SurfelSetPredicate.ih.
|
inline |
Assignment.
| other | the object to copy. |
Definition at line 62 of file SurfelSetPredicate.ih.
References DGtal::SurfelSetPredicate< TSurfelSet, TSurfel >::mySet.
|
private |
Definition at line 105 of file SurfelSetPredicate.h.
Referenced by DGtal::SurfelSetPredicate< TSurfelSet, TSurfel >::operator=().
1.8.1.1