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

Method getType

annotation/Annotation.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133Annotation::Type Annotation::getType() const
134{
135 return _type;
136}
137
138std::vector<Point> Annotation::getImageBoundingBox() const {
139 std::vector<Point> bbox;

Callers 1

onLoadButtonPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected