Provides access to the memory storing the point data. Though this function is public, other access methods are safer and preferred.
| 320 | /// Provides access to the memory storing the point data. Though this |
| 321 | /// function is public, other access methods are safer and preferred. |
| 322 | char *getPoint(PointId id) |
| 323 | { return m_pointTable.getPoint(m_index[id]); } |
| 324 | |
| 325 | /// Provides access to the memory storing the point data. Though this |
| 326 | /// function is public, other access methods are safer and preferred. |