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.

Constructor & Destructor Documentation

◆ Disjunction()

template<typename Predicate1T , typename Predicate2T >
OpenMesh::Predicates::Disjunction< Predicate1T, Predicate2T >::Disjunction ( Predicate1T  _p1,
Predicate2T  _p2 
)
inline

Definition at line 92 of file Predicates.hh.

Member Function Documentation

◆ operator()()

template<typename Predicate1T , typename Predicate2T >
template<typename T >
bool OpenMesh::Predicates::Disjunction< Predicate1T, Predicate2T >::operator() ( const T &  _t) const
inline

Definition at line 99 of file Predicates.hh.

Member Data Documentation

◆ p1_

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

Definition at line 101 of file Predicates.hh.

◆ p2_

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

Definition at line 102 of file Predicates.hh.


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