MCPcopy 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
4Box::Box() :
5 _start(),
6 _size()
7{
8}
9
10Box::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

sizeMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected