SpaceGroupUCL / depthmapX

depthmapX is a multi-platform Spatial Network Analysis Software
200 stars 53 forks source link

Create an efficient 1D->2D class #197

Closed pklampros closed 5 years ago

pklampros commented 6 years ago

As suggested in PR #193 we could use a helper class to store a 2D array efficiently that would allow random access via an 2dArray[x, y] operator.

Existing candidates for this class would be: PointMap::m_points ShapeMap::m_pixel_shapes

pklampros commented 5 years ago

Implemented, see PR #247