1 write to index
ReachFramework (1)
AlphaFlattener\SegmentTree.cs (1)
26index = i;
9 references to index
ReachFramework (9)
AlphaFlattener\SegmentTree.cs (9)
245bool left = Double.Equals(c.value, dl[c.index].Left); 262if ((_yCoord[p].active) && (c.index != _yCoord[p].index)) 264dl.ReportOverlapping(c.index, _yCoord[p].index); 299if (Double.Equals(c.value, dl[c.index].Left)) 301st.Insert(c.index, y0, y1); 303st.ReportIntersection(dl, c.index, y0); 307st.Remove(c.index, y0, y1);