Developer Documentation
OpenMesh::Predicates::Predicate< PredicateT > Struct Template Reference
Inheritance diagram for OpenMesh::Predicates::Predicate< PredicateT >:
OpenMesh::Predicates::PredicateBase< Predicate< PredicateT > >

Public Member Functions

 Predicate (PredicateT _p)
 
template<typename T >
bool operator() (const T &_t) const
 

Public Attributes

PredicateT p_
 

Detailed Description

template<typename PredicateT>
struct OpenMesh::Predicates::Predicate< PredicateT >

Definition at line 70 of file Predicates.hh.

Constructor & Destructor Documentation

◆ Predicate()

template<typename PredicateT >
OpenMesh::Predicates::Predicate< PredicateT >::Predicate ( PredicateT  _p)
inline

Definition at line 72 of file Predicates.hh.

Member Function Documentation

◆ operator()()

template<typename PredicateT >
template<typename T >
bool OpenMesh::Predicates::Predicate< PredicateT >::operator() ( const T &  _t) const
inline

Definition at line 78 of file Predicates.hh.

Member Data Documentation

◆ p_

template<typename PredicateT >
PredicateT OpenMesh::Predicates::Predicate< PredicateT >::p_

Definition at line 80 of file Predicates.hh.


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