MCPcopy 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
64void Annotation::addCoordinate(const float& x, const float& y)
65{
66 _coordinates.push_back(Point(x, y));
67 _modified = true;
68}
69
70void Annotation::addCoordinate(const Point& xy)
71{

Callers 4

loadFromRepoMethod · 0.45
loadFromRepoMethod · 0.45
loadFromRepoMethod · 0.45
processMethod · 0.45

Calls 1

PointClass · 0.85

Tested by

no test coverage detected