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

Method setName

annotation/AnnotationBase.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void AnnotationBase::setName(const std::string& name)
25{
26 _name = name;
27}
28
29std::string AnnotationBase::getName() const
30{

Callers 7

loadFromRepoMethod · 0.80
loadFromRepoMethod · 0.80
loadFromRepoMethod · 0.80
processMethod · 0.80
onItemNameChangedMethod · 0.80
addAnnotationGroupMethod · 0.80
finishAnnotationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected