MEPP2 Project
Namespaces | Functions
split_edge.hpp File Reference
#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"
Include dependency graph for split_edge.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 , typename PointMap >
void FEVV::Operators::split_edge (MutableFaceGraph &g, PointMap pm, typename boost::graph_traits< MutableFaceGraph >::halfedge_descriptor &h)
 Split an edge of the graph. The edge to split is given as an halfedge. More...