MCPcopy 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
259int Track::getNumWaypoints() const
260{
261 return waypoints.size();
262}
263
264const TrackPoint& Track::getWaypoint(int number) const
265{

Callers 3

drawWaypointsMethod · 0.80
importMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected