![]() |
NDEVR
API Documentation
|
Interface for processing and optimizing geometry selections. More...
Public Member Functions | |
| virtual void | processSelection (OptimizedSelection &selection)=0 |
| Processes the given selection, populating its indices and mask based on the selection area and geometry. | |
Interface for processing and optimizing geometry selections.
Implementations index and store specific vertices or primitives that fall within a selection, allowing different selection strategies to be applied to geometry.
Definition at line 29 of file GeometrySelectionOptimizer.h.
|
pure virtual |
Processes the given selection, populating its indices and mask based on the selection area and geometry.
| [in] | selection | The selection state to process. Indices and selection_mask are populated by the implementation. |