#include <vector>
#include <string>
#include <sstream>
#include "bridge/bridge.h"
#include "bridge/util.h"
#include "bridge/util_domain_dependent.h"
#include "lib_disc/domain.h"
#include "lib_grid/lib_grid.h"
Go to the source code of this file.
|
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...
|
|