Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ getCoordinates
Method
getCoordinates
annotation/Annotation.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
std::vector<Point> Annotation::getCoordinates() const
112
{
113
return _coordinates;
114
}
115
116
void Annotation::setCoordinates(const std::vector<Point>& coordinates)
117
{
Callers
15
convert
Method · 0.80
saveAnnotation
Method · 0.80
paint
Method · 0.80
contains
Method · 0.80
keyPressEvent
Method · 0.80
addCoordinate
Method · 0.80
keyPressEvent
Method · 0.80
addCoordinate
Method · 0.80
addCoordinate
Method · 0.80
removeCoordinate
Method · 0.80
setCoordinates
Method · 0.80
moveCoordinateBy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected