|
SMTK
@SMTK_VERSION@
Simulation Modeling Tool Kit
|
Toolbar buttons to filter how selections in 3-D renderviews are transferred to SMTK. More...
#include <pqSMTKSelectionFilterBehavior.h>
Classes | |
| class | pqInternal |
Public Member Functions | |
| pqSMTKSelectionFilterBehavior (QObject *parent=nullptr) | |
| void | setSelection (smtk::view::SelectionPtr selnMgr) |
Static Public Member Functions | |
| static pqSMTKSelectionFilterBehavior * | instance () |
Protected Member Functions | |
| void | installFilter () |
| Install a filter on the selection using current flags (m_modelFilterMask). | |
Protected Attributes | |
| pqInternal * | m_p |
| smtk::model::BitFlags | m_modelFilterMask |
| smtk::view::SelectionPtr | m_selection |
Toolbar buttons to filter how selections in 3-D renderviews are transferred to SMTK.
This installs a filter on a given SMTK selection object. When the application uses a "filtered" selection mode to modify the selection, this filter will prune some items provided to the modifySelection call – optionally replacing them with suggestions appropriate to the filter.
1.8.17