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

Method getAnnotations

annotation/AnnotationList.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88std::vector<std::shared_ptr<Annotation> > AnnotationList::getAnnotations() const {
89 return _annotations;
90}
91
92std::vector<std::shared_ptr<AnnotationGroup> > AnnotationList::getGroups() const {
93 return _groups;

Callers 4

convertMethod · 0.80
saveMethod · 0.80
onLoadButtonPressedMethod · 0.80
deleteAnnotationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected