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

Method GetPassedIdx

libs/routing/checkpoints.hpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 m2::PointD const & GetFinish() const { return m_points.back(); }
20 std::vector<m2::PointD> const & GetPoints() const { return m_points; }
21 size_t GetPassedIdx() const { return m_passedIdx; }
22
23 void SetPointFrom(m2::PointD const & point);
24 m2::PointD const & GetPoint(size_t pointIdx) const;

Callers 6

PassCheckpointsMethod · 0.80
DebugPrintFunction · 0.80
CalculateRouteMethod · 0.80
PushPassedSubroutesFunction · 0.80
DoCalculateRouteMethod · 0.80
AdjustRouteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected