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

Method getAnnotationGroup

ASAP/annotation/QtAnnotationGroup.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11std::shared_ptr<AnnotationGroup> QtAnnotationGroup::getAnnotationGroup() const {
12 return _annotationGroup;
13}
14
15QDataStream &operator<<(QDataStream &out, QtAnnotationGroup* const &rhs) {
16 out.writeRawData(reinterpret_cast<const char*>(&rhs), sizeof(rhs));

Callers 6

onItemNameChangedMethod · 0.80
onLoadButtonPressedMethod · 0.80
eventFilterMethod · 0.80
deleteAnnotationGroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected