#include <boost/graph/graph_traits.hpp>
#include <CGAL/boost/graph/iterator.h>
#include "FEVV/Operators/Generic/Manifold/delete_edge_if_parallel.hpp"
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::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...
|
|