MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / getNumberOfPoints

Method getNumberOfPoints

annotation/Annotation.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60unsigned int Annotation::getNumberOfPoints() const {
61 return _coordinates.size();
62}
63
64void Annotation::addCoordinate(const float& x, const float& y)
65{

Callers 2

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected