1 write to index
ReachFramework (1)
AlphaFlattener\SegmentTree.cs (1)
23index = i;
9 references to index
ReachFramework (9)
AlphaFlattener\SegmentTree.cs (9)
242bool left = Double.Equals(c.value, dl[c.index].Left); 259if ((_yCoord[p].active) && (c.index != _yCoord[p].index)) 261dl.ReportOverlapping(c.index, _yCoord[p].index); 296if (Double.Equals(c.value, dl[c.index].Left)) 298st.Insert(c.index, y0, y1); 300st.ReportIntersection(dl, c.index, y0); 304st.Remove(c.index, y0, y1);