maliput_multilane
loader.h File Reference
#include <memory>
#include <string>
#include "maliput_multilane/builder.h"
Include dependency graph for loader.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 maliput
 
 maliput::api
 
 maliput::multilane
 

Functions

std::unique_ptr< const api::RoadGeometry > Load (const BuilderFactoryBase &builder_factory, const std::string &input)
 Loads the input string as a maliput_multilane_builder document using the provided builder_factory. More...
 
std::unique_ptr< const api::RoadGeometry > LoadFile (const BuilderFactoryBase &builder_factory, const std::string &filename)
 Loads the named file as a maliput_multilane_builder document using the provided builder_factory. More...