Developer Documentation
|
Public Member Functions | |
Conjunction (Predicate1T _p1, Predicate2T _p2) | |
template<typename T > | |
bool | operator() (const T &_t) const |
Public Attributes | |
Predicate1T | p1_ |
Predicate2T | p2_ |
Definition at line 106 of file Predicates.hh.
|
inline |
Definition at line 108 of file Predicates.hh.
|
inline |
Definition at line 115 of file Predicates.hh.
Predicate1T OpenMesh::Predicates::Conjunction< Predicate1T, Predicate2T >::p1_ |
Definition at line 117 of file Predicates.hh.
Predicate2T OpenMesh::Predicates::Conjunction< Predicate1T, Predicate2T >::p2_ |
Definition at line 118 of file Predicates.hh.