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

Method getName

annotation/AnnotationBase.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29std::string AnnotationBase::getName() const
30{
31 return _name;
32};
33
34void AnnotationBase::setGroup(const std::shared_ptr<AnnotationGroup>& group) {
35 std::shared_ptr<AnnotationGroup> currentGroup = _group.lock();

Callers 12

convertMethod · 0.80
getGroupMethod · 0.80
getAnnotationMethod · 0.80
removeGroupMethod · 0.80
removeAnnotationMethod · 0.80
saveAnnotationMethod · 0.80
saveGroupMethod · 0.80
loadFromRepoMethod · 0.80
onLoadButtonPressedMethod · 0.80
onSaveButtonPressedMethod · 0.80
addAnnotationGroupMethod · 0.80
finishAnnotationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected