sorted_y
pod_vector<sorted_y> m_sorted_y;
sorted_y& curr_y = m_sorted_y[cell_ptr->y - m_min_y];
const sorted_y& curr_y = m_sorted_y[i];