Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
Annotation::Type Annotation::getType() const
134
{
135
return _type;
136
}
137
138
std::vector<Point> Annotation::getImageBoundingBox() const {
139
std::vector<Point> bbox;
Callers
1
onLoadButtonPressed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected