Developer Documentation
OpenMesh::Predicates::Disjunction< Predicate1T, Predicate2T > Struct Template Reference
Inheritance diagram for OpenMesh::Predicates::Disjunction< Predicate1T, Predicate2T >:
OpenMesh::Predicates::PredicateBase< Disjunction< Predicate1T, Predicate2T > >

Public Member Functions

 Disjunction (Predicate1T _p1, Predicate2T _p2)
 
template<typename T >
bool operator() (const T &_t) const
 

Public Attributes

Predicate1T p1_
 
Predicate2T p2_
 

Detailed Description

template<typename Predicate1T, typename Predicate2T>
struct OpenMesh::Predicates::Disjunction< Predicate1T, Predicate2T >

Definition at line 90 of file Predicates.hh.


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