58 bool selectEdges,
bool selectFaces,
bool selectVolumes);
64 bool selectEdges,
bool selectFaces);
69 template <
class TDomain>
71 bool bSelect,
bool selectVrts,
bool selectEdges,
72 bool selectFaces,
bool selectVolumes);
void SelectAssociatedElements(ISelector &sel, bool bSelect, bool selectVrts, bool selectEdges, bool selectFaces)
Selects / Deselects associated (low dimensional) elements.
Definition: selection_bridge.cpp:80
void SelectDomainElements(ISelector &sel, bool bSelect, bool selectVrts, bool selectEdges, bool selectFaces, bool selectVolumes)
Selects / Deselects all elements.
Definition: selection_bridge.cpp:57
void 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.
Definition: selection_bridge.cpp:115
Definition: smart_pointer.h:814