Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ getNumWaypoints
Method
getNumWaypoints
src/core/track.cpp:259–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
}
258
259
int Track::getNumWaypoints() const
260
{
261
return waypoints.size();
262
}
263
264
const TrackPoint& Track::getWaypoint(int number) const
265
{
Callers
3
drawWaypoints
Method · 0.80
calculateTemplateBoundingBox
Method · 0.80
import
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected