|
MEPP2 Project
|
#include <iostream>#include <boost/graph/graph_traits.hpp>
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 HalfedgeGraph , typename PointMap > | |
| void | FEVV::Operators::print_halfedge (const typename boost::graph_traits< HalfedgeGraph >::halfedge_descriptor &h, PointMap pm, const HalfedgeGraph &g) |
| Print the source and the target coordinates of one halfedge. More... | |