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

Method addGroup

annotation/AnnotationList.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36bool AnnotationList::addGroup(const std::shared_ptr<AnnotationGroup>& group) {
37 if (group) {
38 _groups.push_back(group);
39 return true;
40 }
41 return false;
42}
43
44bool AnnotationList::addAnnotation(const std::shared_ptr<Annotation>& annotation) {
45 if (annotation) {

Callers 3

loadFromRepoMethod · 0.80
loadFromRepoMethod · 0.80
addAnnotationGroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected