| 1220 | } |
| 1221 | |
| 1222 | void |
| 1223 | TrapezoidMapTriFinder::clear() |
| 1224 | { |
| 1225 | delete [] _points; |
| 1226 | _points = 0; |
| 1227 | |
| 1228 | _edges.clear(); |
| 1229 | |
| 1230 | delete _tree; |
| 1231 | _tree = 0; |
| 1232 | } |
| 1233 | |
| 1234 | TrapezoidMapTriFinder::TriIndexArray |
| 1235 | TrapezoidMapTriFinder::find_many(const CoordinateArray& x, |
no outgoing calls