Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ Box
Method
Box
core/Box.cpp:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <algorithm>
3
4
Box::Box() :
5
_start(),
6
_size()
7
{
8
}
9
10
Box::Box(const unsigned long long& x, const unsigned long long& y, const unsigned long long& width, const unsigned long long& height) {
11
_start.resize(2);
Callers
nothing calls this directly
Calls
2
size
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected