Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ getGroup
Method
getGroup
annotation/AnnotationBase.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
std::shared_ptr<AnnotationGroup> AnnotationBase::getGroup() const {
49
std::shared_ptr<AnnotationGroup> grp = _group.lock();
50
return grp;
51
}
Callers
8
convert
Method · 0.45
addMember
Method · 0.45
removeMember
Method · 0.45
saveAnnotation
Method · 0.45
saveGroup
Method · 0.45
onLoadButtonPressed
Method · 0.45
onSaveButtonPressed
Method · 0.45
getDrawingColor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected