pub type OcclusionMap = HashMap<NodeRef, HashSet<NodeRef>>;
Per-root occlusion data: the set of node ids that are fully occluded.
struct OcclusionMap { /* private fields */ }