Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Add
Method
Add
libs/geometry/tree4d.hpp:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
template <typename U>
134
void Add(U && obj)
135
{
136
Add(std::forward<U>(obj), GetLimitRect(obj));
137
}
138
139
template <typename U>
140
void Add(U && obj, m2::RectD const & rect)
Callers
nothing calls this directly
Calls
4
Add
Function · 0.70
Value
Class · 0.70
GetLimitRect
Function · 0.50
insert
Method · 0.45
Tested by
no test coverage detected