ug4
Selection Bridge

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...
 

Detailed Description

Function Documentation

◆ SelectAssociatedElements()

void ug::SelectAssociatedElements ( ISelector sel,
bool  bSelect,
bool  selectVrts,
bool  selectEdges,
bool  selectFaces 
)

◆ SelectDomainElements()

void ug::SelectDomainElements ( ISelector sel,
bool  bSelect,
bool  selectVrts,
bool  selectEdges,
bool  selectFaces,
bool  selectVolumes 
)

◆ SelectDomainSubset()

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.