SRGraph::InvalidateGroupPosition

void SRGraph::InvalidateGroupPosition(void)

Marks the group position values as invalid

Defined in: SRGraph.cpp

Remarks

In order to speed up access to groups in the data list, SRGraph stores the position of the group most recently accessed. If the user directly manipulates the data list (inserting or deleting groups) InvalidateGroupPosition() should be called so that the potentially invalid position is not used.