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

Method setAttributes

annotation/AnnotationGroup.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void AnnotationGroup::setAttributes(std::map<std::string, std::string> attributes) {
92 _attributes = attributes;
93 _modified = true;
94}
95
96void AnnotationGroup::clearAttributes() {
97 _attributes.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected