Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
unsigned int Annotation::getNumberOfPoints() const {
61
return _coordinates.size();
62
}
63
64
void Annotation::addCoordinate(const float& x, const float& y)
65
{
Callers
2
updateAnnotationToolTip
Method · 0.45
updateGeneratingAnnotationLabel
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected