#include <boost/graph/graph_traits.hpp>
#include <CGAL/boost/graph/iterator.h>
Go to the source code of this file.
|
| FEVV |
| Interfaces for plugins These interfaces will be used for different plugins.
|
|
| FEVV::Operators |
|
|
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...
|
|