| 50 | typedef std::unordered_map<I32, U32> my_cell_hash; |
| 51 | |
| 52 | LASindex::LASindex() |
| 53 | { |
| 54 | spatial = 0; |
| 55 | interval = 0; |
| 56 | have_interval = FALSE; |
| 57 | start = 0; |
| 58 | end = 0; |
| 59 | full = 0; |
| 60 | total = 0; |
| 61 | cells = 0; |
| 62 | } |
| 63 | |
| 64 | LASindex::~LASindex() |
| 65 | { |
nothing calls this directly
no outgoing calls
no test coverage detected