Constructs a cell union that corresponds to a continuous range of cell ids. The output is a normalized collection of cell ids that covers the leaf cells between "min_id" and "max_id" inclusive.
REQUIRES: min_id.is_leaf(), max_id.is_leaf(), min_id <= max_id.
See Implementation
Constructs a cell union that corresponds to a continuous range of cell ids. The output is a normalized collection of cell ids that covers the leaf cells between "min_id" and "max_id" inclusive.
REQUIRES: min_id.is_leaf(), max_id.is_leaf(), min_id <= max_id.