MCPcopy 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
90public:
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_backMethod · 0.45
GetRectMethod · 0.45

Tested by

no test coverage detected