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

Method clearCoordinates

src/core/objects/object.cpp:3071–3076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3069}
3070
3071void PathObject::clearCoordinates()
3072{
3073 coords.clear();
3074 path_parts.clear();
3075 setOutputDirty();
3076}
3077
3078void PathObject::assignCoordinates(const PathObject& proto, MapCoordVector::size_type first, MapCoordVector::size_type last)
3079{

Callers 3

updatePreviewObjectsMethod · 0.80
updateCircleMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected