Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
make_maximal_planar.hpp File Reference
#include <boost/config.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/graph/biconnected_components.hpp>
#include <boost/property_map/property_map.hpp>
#include <vector>
#include <iterator>
#include <algorithm>
#include <boost/graph/planar_face_traversal.hpp>
#include <boost/graph/planar_detail/add_edge_visitors.hpp>
Include dependency graph for make_maximal_planar.hpp:

Classes

struct  boost::triangulation_visitor< Graph, VertexIndexMap, AddEdgeVisitor >
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<typename Graph , typename PlanarEmbedding , typename VertexIndexMap , typename EdgeIndexMap , typename AddEdgeVisitor >
void boost::make_maximal_planar (Graph &g, PlanarEmbedding embedding, VertexIndexMap vm, EdgeIndexMap em, AddEdgeVisitor &vis)
 
template<typename Graph , typename PlanarEmbedding , typename VertexIndexMap , typename EdgeIndexMap >
void boost::make_maximal_planar (Graph &g, PlanarEmbedding embedding, VertexIndexMap vm, EdgeIndexMap em)
 
template<typename Graph , typename PlanarEmbedding , typename VertexIndexMap >
void boost::make_maximal_planar (Graph &g, PlanarEmbedding embedding, VertexIndexMap vm)
 
template<typename Graph , typename PlanarEmbedding >
void boost::make_maximal_planar (Graph &g, PlanarEmbedding embedding)