| 74 | } |
| 75 | |
| 76 | PointId PointView::addPoint() |
| 77 | { |
| 78 | PointId tableId = m_pointTable.addPoint(); |
| 79 | m_index.push_back(tableId); |
| 80 | m_size++; |
| 81 | return tableId; |
| 82 | } |
| 83 | |
| 84 | template<typename Sorter> |
| 85 | void PointView::basic_sort(Sorter sort, Compare comp) |
no outgoing calls
no test coverage detected