MEPP2 Project
Namespaces | Functions
delete_edge_if_parallel.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include <CGAL/boost/graph/iterator.h>
Include dependency graph for delete_edge_if_parallel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 
 FEVV::Operators
 

Functions

template<typename MutableFaceGraph >
void FEVV::Operators::delete_edge_if_parallel (MutableFaceGraph &g, typename boost::graph_traits< MutableFaceGraph >::halfedge_descriptor &h)
 Delete the edge provided as argument when it is parallel to another edge of the graph (this is an if and only if condition) i.e. when the edge (as opposed to half edges) provided as argument and (at least) another edge are adjacent to the same two vertices. More...