MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / setCoordinates

Method setCoordinates

annotation/Annotation.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void Annotation::setCoordinates(const std::vector<Point>& coordinates)
117{
118 _coordinates = coordinates;
119 _modified = true;
120}
121
122void Annotation::clearCoordinates() {
123 _coordinates.clear();

Callers 1

convertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected