Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ DoDifference
Method
DoDifference
generator/coastlines_generator.cpp:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
public:
91
explicit DoDifference(RegionT const & rgn)
92
{
93
m_res.push_back(rgn);
94
m_src = rgn.GetRect();
95
}
96
97
void operator()(RegionT const & r)
98
{
Callers
nothing calls this directly
Calls
2
push_back
Method · 0.45
GetRect
Method · 0.45
Tested by
no test coverage detected