#include <graph_utility.hpp>
Public Member Functions | |
incident_on_predicate (Vertex u, const Graph &g) | |
template<class Edge > | |
bool | operator() (const Edge &e) const |
Public Attributes | |
Vertex | m_u |
const Graph & | m_g |
|
inline |
|
inline |
const Graph& boost::incident_on_predicate< Vertex, Graph >::m_g |
Referenced by boost::incident_on_predicate< Vertex, Graph >::operator()().
Vertex boost::incident_on_predicate< Vertex, Graph >::m_u |
Referenced by boost::incident_on_predicate< Vertex, Graph >::operator()().