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

Method removeAllAnnotations

annotation/AnnotationList.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void AnnotationList::removeAllAnnotations() {
147 _annotations.clear();
148}
149
150void AnnotationList::removeAllGroups() {
151 _groups.clear();

Callers 7

setAnnotationsMethod · 0.95
loadFromRepoMethod · 0.80
loadFromRepoMethod · 0.80
loadFromRepoMethod · 0.80
clearAnnotationListMethod · 0.80
onLoadButtonPressedMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected