Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
void Annotation::setCoordinates(const std::vector<Point>& coordinates)
117
{
118
_coordinates = coordinates;
119
_modified = true;
120
}
121
122
void Annotation::clearCoordinates() {
123
_coordinates.clear();
Callers
1
convert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected