| 5 | { |
| 6 | |
| 7 | PointRef::PointRef(PointView& v, PointId idx) : m_table(&v.table()), |
| 8 | m_idx(v.tableId(idx)), m_view(&v), m_viewIdx(idx), m_orig(true) |
| 9 | {} |
| 10 | |
| 11 | PointRef& PointRef::operator=(const PointRef& r) |
| 12 | { |
nothing calls this directly
no outgoing calls
no test coverage detected