MCPcopy 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
111std::vector<Point> Annotation::getCoordinates() const
112{
113 return _coordinates;
114}
115
116void Annotation::setCoordinates(const std::vector<Point>& coordinates)
117{

Callers 15

convertMethod · 0.80
saveAnnotationMethod · 0.80
paintMethod · 0.80
containsMethod · 0.80
keyPressEventMethod · 0.80
addCoordinateMethod · 0.80
keyPressEventMethod · 0.80
addCoordinateMethod · 0.80
addCoordinateMethod · 0.80
removeCoordinateMethod · 0.80
setCoordinatesMethod · 0.80
moveCoordinateByMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected