MCPcopy 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

AddFunction · 0.70
ValueClass · 0.70
GetLimitRectFunction · 0.50
insertMethod · 0.45

Tested by

no test coverage detected