MCPcopy Create free account
hub / github.com/comaps/comaps / MakeJoint

Function MakeJoint

generator/generator_tests_support/routing_helpers.cpp:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89Joint MakeJoint(std::vector<RoadPoint> const & points)
90{
91 Joint joint;
92 for (auto const & point : points)
93 joint.AddPoint(point);
94
95 return joint;
96}
97
98std::unique_ptr<IndexGraph> BuildIndexGraph(std::unique_ptr<TestGeometryLoader> geometryLoader,
99 std::shared_ptr<EdgeEstimator> estimator, std::vector<Joint> const & joints)

Callers 15

BuildTwoCubeGraphFunction · 0.85
BuildTwoCubeGraphFunction · 0.85
BuildXXGraphFunction · 0.85
UNIT_TESTFunction · 0.85
BuildLoopGraphFunction · 0.85
BuildXYGraphFunction · 0.85
BuildXXGraphFunction · 0.85
BuildCubeGraphFunction · 0.85
BuildTriangularGraphFunction · 0.85
BuildTwowayCornerGraphFunction · 0.85
BuildTwoSquaresGraphFunction · 0.85
BuildFlagGraphFunction · 0.85

Calls 1

AddPointMethod · 0.45

Tested by 15

BuildTwoCubeGraphFunction · 0.68
BuildTwoCubeGraphFunction · 0.68
BuildXXGraphFunction · 0.68
UNIT_TESTFunction · 0.68
BuildLoopGraphFunction · 0.68
BuildXYGraphFunction · 0.68
BuildXXGraphFunction · 0.68
BuildCubeGraphFunction · 0.68
BuildTriangularGraphFunction · 0.68
BuildTwowayCornerGraphFunction · 0.68
BuildTwoSquaresGraphFunction · 0.68
BuildFlagGraphFunction · 0.68