| 51 | typedef std::set<LASintervalStartCell*> my_cell_set; |
| 52 | |
| 53 | LASintervalCell::LASintervalCell() |
| 54 | { |
| 55 | start = 0; |
| 56 | end = 0; |
| 57 | next = 0; |
| 58 | } |
| 59 | |
| 60 | LASintervalCell::LASintervalCell(const U32 p_index) |
| 61 | { |
nothing calls this directly
no outgoing calls
no test coverage detected