Home
last modified time | relevance | path

Searched refs:GroupsInOrder (Results 1 – 4 of 4) sorted by relevance

/dports/cad/solvespace/solvespace-2.3/src/
H A Dgenerate.cpp55 bool SolveSpaceUI::GroupsInOrder(hGroup before, hGroup after) { in GroupsInOrder() function in SolveSpaceUI
84 if(GroupsInOrder(g->opA, hg) && in PruneGroups()
H A Dsolvespace.h900 bool GroupsInOrder(hGroup before, hGroup after);
H A Dgroup.cpp50 if(SS.GroupsInOrder(SS.GW.activeGroup, h)) return false; in IsVisible()
H A Dgraphicswin.cpp637 if(hgw.v != activeGroup.v && SS.GroupsInOrder(activeGroup, hgw)) { in EnsureValidActives()