MEPP2 Project
Namespaces | Functions
collapse_edge_euler.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include <CGAL/boost/graph/iterator.h>
#include <CGAL/boost/graph/Euler_operations.h>
Include dependency graph for collapse_edge_euler.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::collapse_edge_keep_source_euler (MutableFaceGraph &g, typename boost::graph_traits< MutableFaceGraph >::halfedge_descriptor &h)
 Collapse an edge of the graph. The edge to collapse is given as a halfedge. The halfedge source vertex is kept, and the halfedge target vertex is removed from the graph. More...
 
template<typename MutableFaceGraph >
void FEVV::Operators::collapse_edge_keep_target_euler (MutableFaceGraph &g, typename boost::graph_traits< MutableFaceGraph >::halfedge_descriptor &h)
 Collapse an edge of the graph. The edge to collapse is given as a halfedge. The halfedge target vertex is kept, and the halfedge source vertex is removed from the graph. More...