NavBinnedArray1D avoid dynamic allocations, Layer index cleanup
-
NavBinnedArray1D
change fromstd::vector<SharedObject<T>>* m_array;
tostd::vector<SharedObject<T>> m_array;
-
LayerIndex
can be mainly defaulted methods (actually is a wrapped int)
Edited by Christos Anastopoulos