Template Function lanelet::routing::internal::exportGraphMLImpl(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::exportGraphMLImpl(const std::string &filename, const G &g, E eFilter = boost::keep_all(), V vFilter = boost::keep_all())

Implementation of graphML export function.

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

  • gGraph to export

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

  • vFilter – Vertex filter. Not used yet