MCPcopy 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
16std::string Annotation::getTypeAsString() const {
17 return _typeStrings[static_cast<int>(_type)];
18}
19
20bool Annotation::isClockwise() const {
21 if (!_coordinates.empty()) {

Callers 3

saveAnnotationMethod · 0.80
onLoadButtonPressedMethod · 0.80
finishAnnotationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected