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

Method AStarProgress

libs/routing/base/astar_progress.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76double const AStarProgress::kMaxPercent = 99.0;
77
78AStarProgress::AStarProgress()
79{
80 m_subProgresses.emplace_back(AStarSubProgress(kMaxPercent / 100.0));
81}
82
83AStarProgress::~AStarProgress()
84{

Callers

nothing calls this directly

Calls 2

AStarSubProgressClass · 0.85
emplace_backMethod · 0.45

Tested by

no test coverage detected