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

Method setGroups

annotation/AnnotationList.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void AnnotationList::setGroups(const std::vector<std::shared_ptr<AnnotationGroup> >& groups) {
102 this->removeAllGroups();
103 _groups = groups;
104}
105
106void AnnotationList::removeGroup(const int& index) {
107 if (index < 0) {

Callers

nothing calls this directly

Calls 1

removeAllGroupsMethod · 0.95

Tested by

no test coverage detected