Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ addCoordinate
Method
addCoordinate
annotation/Annotation.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void Annotation::addCoordinate(const float& x, const float& y)
65
{
66
_coordinates.push_back(Point(x, y));
67
_modified = true;
68
}
69
70
void Annotation::addCoordinate(const Point& xy)
71
{
Callers
4
loadFromRepo
Method · 0.45
loadFromRepo
Method · 0.45
loadFromRepo
Method · 0.45
process
Method · 0.45
Calls
1
Point
Class · 0.85
Tested by
no test coverage detected