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

Method SetPointFrom

libs/routing/checkpoints.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void Checkpoints::SetPointFrom(m2::PointD const & point)
19{
20 ASSERT_LESS(m_passedIdx, m_points.size(), ());
21 m_points[m_passedIdx] = point;
22}
23
24m2::PointD const & Checkpoints::GetPoint(size_t pointIdx) const
25{

Callers 2

RebuildRouteMethod · 0.80
AssignRouteMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected