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

Method getGroups

annotation/AnnotationList.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92std::vector<std::shared_ptr<AnnotationGroup> > AnnotationList::getGroups() const {
93 return _groups;
94}
95
96void AnnotationList::setAnnotations(const std::vector<std::shared_ptr<Annotation> >& annotations) {
97 this->removeAllAnnotations();

Callers 6

convertMethod · 0.80
saveMethod · 0.80
loadFromRepoMethod · 0.80
onLoadButtonPressedMethod · 0.80
onSaveButtonPressedMethod · 0.80
deleteAnnotationGroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected