MEPP2 Project
Namespaces | Functions
collapse_edge.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include <CGAL/boost/graph/iterator.h>
#include "FEVV/Operators/Generic/Manifold/delete_edge_if_parallel.hpp"
Include dependency graph for collapse_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 >
void FEVV::Operators::collapse_edge_keep_source (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 (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...