$darkmode
A stack for saving and restoring selection. More...
#include <selection.h>
Public Member Functions | |
SelectionStack (ComputeMeshType &m) | |
bool | push () |
bool | popOr () |
bool | popAnd () |
bool | pop (bool orFlag=false, bool andFlag=false) |
A stack for saving and restoring selection.
This class is used to save the current selection onto a stack for later use.
|
inline |
It restore a saved selection. The process can be done or in a straightforward manner (e.g. selection values are substituted) or preserving selected or unselected elements (e.g. the restoring is combined in OR/AND)