MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / ~AnnotationList

Method ~AnnotationList

annotation/AnnotationList.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8AnnotationList::~AnnotationList() {
9 removeAllAnnotations();
10 removeAllGroups();
11}
12
13bool AnnotationList::isModified() {
14 for (std::vector<std::shared_ptr<Annotation> >::iterator it = _annotations.begin(); it != _annotations.end(); ++it) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected