![]() |
VCG Library
|
A stack for saving and restoring selection. More...
#include <selection.h>
Public Member Functions | |
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.
Definition at line 35 of file selection.h.
|
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)
Definition at line 92 of file selection.h.