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

Method getAttributes

annotation/AnnotationGroup.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87std::map<std::string, std::string> AnnotationGroup::getAttributes() const {
88 return _attributes;
89}
90
91void AnnotationGroup::setAttributes(std::map<std::string, std::string> attributes) {
92 _attributes = attributes;

Callers 1

saveGroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected