get total number of intervals
| 149 | |
| 150 | // get total number of intervals |
| 151 | U32 LASinterval::get_number_intervals() const |
| 152 | { |
| 153 | return number_intervals; |
| 154 | } |
| 155 | |
| 156 | // merge cells (and their intervals) into one cell |
| 157 | BOOL LASinterval::merge_cells(const U32 num_indices, const I32* indices, const I32 new_index) |
nothing calls this directly
no outgoing calls
no test coverage detected