| 68 | } |
| 69 | |
| 70 | void LASindex::prepare(LASquadtree* spatial, I32 threshold) |
| 71 | { |
| 72 | if (this->spatial) delete this->spatial; |
| 73 | this->spatial = spatial; |
| 74 | if (this->interval) delete this->interval; |
| 75 | this->interval = new LASinterval(threshold); |
| 76 | } |
| 77 | |
| 78 | BOOL LASindex::add(const F64 x, const F64 y, const U32 p_index) |
| 79 | { |
no outgoing calls
no test coverage detected