#include <CGAL/boost/graph/internal/helpers.h>
#include <boost/graph/graph_traits.hpp>
#include <CGAL/boost/graph/iterator.h>
#include <CGAL/boost/graph/Euler_operations.h>
#include <CGAL/boost/graph/helpers.h>
#include <cassert>
#include "FEVV/Wrappings/Geometry_traits.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::flip_edge (MutableFaceGraph &g, typename boost::graph_traits< MutableFaceGraph >::halfedge_descriptor &h) |
| | Flip an edge of the graph. The edge to flip is given as a halfedge. More...
|
| |