1 write to index
ReachFramework (1)
AlphaFlattener\SegmentTree.cs (1)
23index = i;
9 references to index
ReachFramework (9)
AlphaFlattener\SegmentTree.cs (9)
239bool left = Double.Equals(c.value, dl[c.index].Left); 256if ((_yCoord[p].active) && (c.index != _yCoord[p].index)) 258dl.ReportOverlapping(c.index, _yCoord[p].index); 293if (Double.Equals(c.value, dl[c.index].Left)) 295st.Insert(c.index, y0, y1); 297st.ReportIntersection(dl, c.index, y0); 301st.Remove(c.index, y0, y1);