Template Function lanelet::routing::internal::exportGraphVizImpl(const std::string&, const G&, E, V)

Function Documentation

template<typename G, typename E = boost::keep_all, typename V = boost::keep_all>
inline void lanelet::routing::internal::exportGraphVizImpl(const std::string &filename, const G &g, E edgeFilter = boost::keep_all(), V vertexFilter = boost::keep_all())

Implementation of graphViz export function.

Parameters:
  • filename – Fully qualified file name - ideally with extension (.gv)

  • gGraph to export

  • edgeFilter – Edge filter that will be used to create a filtered graph

  • vertexFilter – Vertex filter. Not used yet