MCPcopy Create free account
hub / github.com/comaps/comaps / AddRegion

Function AddRegion

libs/geometry/region2d/binary_operators.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void AddRegion(RegionI const & r, MultiRegionI & res)
40{
41 using namespace boost::polygon::operators;
42 res += r;
43}
44
45uint64_t Area(MultiRegionI const & rgn)
46{

Callers 3

UNIT_TESTFunction · 0.85
UNIT_CLASS_TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

UNIT_TESTFunction · 0.68
UNIT_CLASS_TESTFunction · 0.68