| 207 | } |
| 208 | |
| 209 | LASinterval* LASindex::get_interval() const |
| 210 | { |
| 211 | return interval; |
| 212 | } |
| 213 | |
| 214 | BOOL LASindex::intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y) |
| 215 | { |
nothing calls this directly
no outgoing calls
no test coverage detected