| 129 | } |
| 130 | |
| 131 | void relocate(pT item, const geom2d::rect<CTYPE>& rArea) |
| 132 | { |
| 133 | // Remove it |
| 134 | remove(item); |
| 135 | |
| 136 | // Reinsert it with new location |
| 137 | insert(item, rArea); |
| 138 | } |
| 139 | |
| 140 | size_t size() const |
| 141 | { |
nothing calls this directly
no outgoing calls
no test coverage detected