MEPP2 Project
Functions
utils_retrieve_edge.h File Reference
#include <boost/fusion/iterator/next.hpp>
#include <boost/fusion/include/next.hpp>
#include <boost/next_prior.hpp>
#include <boost/graph/graph_traits.hpp>
Include dependency graph for utils_retrieve_edge.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename MutableFaceGraph >
boost::graph_traits< MutableFaceGraph >::edge_descriptor retrieve_edge (MutableFaceGraph &g, int source_index, int target_index)
 
template<typename MutableFaceGraph >
boost::graph_traits< MutableFaceGraph >::edge_descriptor retrieve_edge (MutableFaceGraph &g, int edge_index)
 

Function Documentation

◆ retrieve_edge() [1/2]

template<typename MutableFaceGraph >
boost::graph_traits<MutableFaceGraph>::edge_descriptor retrieve_edge ( MutableFaceGraph &  g,
int  edge_index 
)

Definition at line 66 of file utils_retrieve_edge.h.

Here is the call graph for this function:

◆ retrieve_edge() [2/2]

template<typename MutableFaceGraph >
boost::graph_traits< MutableFaceGraph >::edge_descriptor retrieve_edge ( MutableFaceGraph &  g,
int  source_index,
int  target_index 
)

Definition at line 30 of file utils_retrieve_edge.h.

Here is the call graph for this function:
Here is the caller graph for this function: