|
void | ug::bridge::RegisterBridge_Selection (Registry ®, string grp) |
|
void | ug::SelectAssociatedElements (ISelector &sel, bool bSelect, bool selectVrts, bool selectEdges, bool selectFaces) |
| Selects / Deselects associated (low dimensional) elements. More...
|
|
void | ug::SelectDomainElements (ISelector &sel, bool bSelect, bool selectVrts, bool selectEdges, bool selectFaces, bool selectVolumes) |
| Selects / Deselects all elements. More...
|
|
template<class TDomain > |
void | ug::SelectDomainSubset (ISelector &sel, TDomain &dom, int subsetIndex, bool bSelect, bool selectVrts, bool selectEdges, bool selectFaces, bool selectVolumes) |
| Selects / Deselects elements in the given subset of the given domain. More...
|
|