MCPcopy 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
48std::shared_ptr<AnnotationGroup> AnnotationBase::getGroup() const {
49 std::shared_ptr<AnnotationGroup> grp = _group.lock();
50 return grp;
51}

Callers 8

convertMethod · 0.45
addMemberMethod · 0.45
removeMemberMethod · 0.45
saveAnnotationMethod · 0.45
saveGroupMethod · 0.45
onLoadButtonPressedMethod · 0.45
onSaveButtonPressedMethod · 0.45
getDrawingColorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected