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

Method setType

annotation/Annotation.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void Annotation::setType(const Annotation::Type& type)
128{
129 _type = type;
130 _modified = true;
131}
132
133Annotation::Type Annotation::getType() const
134{

Callers 2

processMethod · 0.80
startAnnotationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected