MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / PathCoordVector

Method PathCoordVector

src/core/virtual_path.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64// ### PathCoordVector ###
65
66PathCoordVector::PathCoordVector(const MapCoordVector& coords)
67 : virtual_coords(coords)
68{
69 // nothing else
70}
71
72PathCoordVector::PathCoordVector(const MapCoordVector& flags, const MapCoordVectorF& coords)
73 : virtual_coords(flags, coords)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected