ug4
|
Classes | |
struct | ug::bridge::Selection::Functionality |
Functions | |
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... | |
void ug::SelectAssociatedElements | ( | ISelector & | sel, |
bool | bSelect, | ||
bool | selectVrts, | ||
bool | selectEdges, | ||
bool | selectFaces | ||
) |
Selects / Deselects associated (low dimensional) elements.
References ug::GridObjectCollection::begin(), ug::GridObjectCollection::end(), ug::ISelector::get_grid_objects(), and ug::GridObjectCollection::num_levels().
Referenced by ug::bridge::Selection::Functionality::Common().
void ug::SelectDomainElements | ( | ISelector & | sel, |
bool | bSelect, | ||
bool | selectVrts, | ||
bool | selectEdges, | ||
bool | selectFaces, | ||
bool | selectVolumes | ||
) |
Selects / Deselects all elements.
References ug::Grid::begin(), ug::Grid::end(), ug::ISelector::grid(), and ug::ISelector::select().
Referenced by ug::bridge::Selection::Functionality::Common().
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.