maliput_sparse
|
#include "maliput_sparse/parser/validator.h"
#include <maliput/common/logger.h>
#include "maliput_sparse/geometry/utility/geometry.h"
#include "maliput_sparse/parser/junction.h"
#include "maliput_sparse/parser/lane.h"
#include "maliput_sparse/parser/segment.h"
#include "parser/validation_methods.h"
Namespaces | |
maliput_sparse | |
maliput_sparse::parser | |
Functions | |
std::vector< Validator::Error > | ValidateLaneAdjacency (const Parser *parser, bool validate_geometric_adjacency, const ValidatorConfig &config) |
Validates lane adjacency. More... | |
std::ostream & | operator<< (std::ostream &os, const Validator::Type &type) |
Serialize Validator::Type to ostream. More... | |