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

Function CalcTrackLength

tools/track_analyzing/utils.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40double CalcTrackLength(MatchedTrack const & track, Geometry & geometry)
41{
42 return CalcSubtrackLength(track.begin(), track.end(), geometry);
43}
44
45double CalcSpeedKMpH(double meters, uint64_t secondsElapsed)
46{

Callers 2

CmdTrackFunction · 0.85
CmdTracksFunction · 0.85

Calls 3

CalcSubtrackLengthFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected