Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ getTypeAsString
Method
getTypeAsString
annotation/Annotation.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
std::string Annotation::getTypeAsString() const {
17
return _typeStrings[static_cast<int>(_type)];
18
}
19
20
bool Annotation::isClockwise() const {
21
if (!_coordinates.empty()) {
Callers
3
saveAnnotation
Method · 0.80
onLoadButtonPressed
Method · 0.80
finishAnnotation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected