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

Public Member Functions

 Negation (const PredicateT &_p1)
 
template<typename T >
bool operator() (const T &_t) const
 

Public Attributes

PredicateT p1_
 

Detailed Description

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

Definition at line 123 of file Predicates.hh.

Constructor & Destructor Documentation

◆ Negation()

template<typename PredicateT >
OpenMesh::Predicates::Negation< PredicateT >::Negation ( const PredicateT &  _p1)
inline

Definition at line 125 of file Predicates.hh.

Member Function Documentation

◆ operator()()

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

Definition at line 131 of file Predicates.hh.

Member Data Documentation

◆ p1_

template<typename PredicateT >
PredicateT OpenMesh::Predicates::Negation< PredicateT >::p1_

Definition at line 133 of file Predicates.hh.


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