| applySelectionModifierUnified(const cvSelectionData &newSelection, const cvSelectionData ¤tSelection, int modifier, int fieldAssociation) | cvGenericSelectionTool | protected |
| BOUNDARY enum value | cvSelectionHighlighter | |
| clearHighlights() | cvSelectionHighlighter | |
| clearHoverHighlight() | cvSelectionHighlighter | |
| colorChanged(int mode) | cvSelectionHighlighter | signal |
| createSelectionFromPick(vtkIdType pickedId, bool selectCells) | cvGenericSelectionTool | protected |
| cvGenericSelectionTool() | cvGenericSelectionTool | inline |
| cvSelectionBase() | cvSelectionBase | inline |
| cvSelectionHighlighter() | cvSelectionHighlighter | |
| getActorsAtPoint(int x, int y) | cvGenericSelectionTool | protected |
| getAllPolyDataFromVisualizer() | cvSelectionBase | protected |
| getCellLabelArrayName() const | cvSelectionHighlighter | inline |
| getDataActors() const | cvSelectionBase | protected |
| getDataFromActor(vtkActor *actor) | cvSelectionBase | protected |
| getHighlightColor(HighlightMode mode) const | cvSelectionHighlighter | |
| getHighlightOpacity(HighlightMode mode) const | cvSelectionHighlighter | |
| getHighlightQColor(HighlightMode mode) const | cvSelectionHighlighter | |
| getInteractor() const | cvGenericSelectionTool | inlineprotected |
| getLabelProperties(bool interactive=false) const | cvSelectionHighlighter | |
| getLineWidth(HighlightMode mode) const | cvSelectionHighlighter | |
| getPCLVis() const | cvSelectionBase | protected |
| getPickedActor(bool selectCells) | cvGenericSelectionTool | protected |
| getPickedPolyData(bool selectCells) | cvGenericSelectionTool | protected |
| getPickedPosition(bool selectCells, double position[3]) | cvGenericSelectionTool | protected |
| getPickingRenderer() const | cvGenericSelectionTool | inlineprotected |
| getPointLabelArrayName() const | cvSelectionHighlighter | inline |
| getPointSize(HighlightMode mode) const | cvSelectionHighlighter | |
| getPolyDataForSelection(const cvSelectionData *selectionData=nullptr) override | cvGenericSelectionTool | virtual |
| getSelectionManager() const | cvGenericSelectionTool | inline |
| getSelectionPipeline() const | cvGenericSelectionTool | |
| getVisualizer() const | cvSelectionBase | inline |
| hardwareSelectAtPoint(int x, int y, SelectionMode mode=SelectionMode::SELECT_SURFACE_CELLS, SelectionModifier modifier=SelectionModifier::SELECTION_DEFAULT) | cvGenericSelectionTool | protected |
| hardwareSelectInRegion(const int region[4], SelectionMode mode=SelectionMode::SELECT_SURFACE_CELLS, SelectionModifier modifier=SelectionModifier::SELECTION_DEFAULT) | cvGenericSelectionTool | protected |
| hasValidPCLVis() const | cvSelectionBase | protected |
| highlightElement(vtkPolyData *polyData, vtkIdType elementId, int fieldAssociation) | cvSelectionHighlighter | |
| HighlightMode enum name | cvSelectionHighlighter | |
| highlightSelection(const vtkSmartPointer< vtkIdTypeArray > &selection, int fieldAssociation, HighlightMode mode=SELECTED) | cvSelectionHighlighter | |
| highlightSelection(vtkPolyData *polyData, const vtkSmartPointer< vtkIdTypeArray > &selection, int fieldAssociation, HighlightMode mode=SELECTED) | cvSelectionHighlighter | |
| highlightSelection(const cvSelectionData &selectionData, HighlightMode mode=SELECTED) | cvSelectionHighlighter | |
| HOVER enum value | cvSelectionHighlighter | |
| initializePickers() | cvGenericSelectionTool | protected |
| isCellLabelVisible() const | cvSelectionHighlighter | inline |
| isPointLabelVisible() const | cvSelectionHighlighter | inline |
| labelPropertiesChanged(bool interactive) | cvSelectionHighlighter | signal |
| lineWidthChanged(int mode) | cvSelectionHighlighter | signal |
| m_captureZValues | cvGenericSelectionTool | protected |
| m_cellPicker | cvGenericSelectionTool | protected |
| m_currentSelection | cvGenericSelectionTool | protected |
| m_hardwareSelector | cvGenericSelectionTool | protected |
| m_interactor | cvGenericSelectionTool | protected |
| m_manager | cvGenericSelectionTool | protected |
| m_multipleSelectionMode | cvGenericSelectionTool | protected |
| m_pointPicker | cvGenericSelectionTool | protected |
| m_renderer | cvGenericSelectionTool | protected |
| m_useHardwareSelection | cvGenericSelectionTool | protected |
| m_viewer | cvSelectionBase | protected |
| multipleSelectionMode() const | cvGenericSelectionTool | inlineprotected |
| opacityChanged(int mode) | cvSelectionHighlighter | signal |
| pickAtCursor(bool selectCells) | cvGenericSelectionTool | protected |
| pickAtPosition(int x, int y, bool selectCells) | cvGenericSelectionTool | protected |
| pointSizeChanged(int mode) | cvSelectionHighlighter | signal |
| PRESELECTED enum value | cvSelectionHighlighter | |
| propertiesChanged() | cvSelectionHighlighter | signal |
| SELECTED enum value | cvSelectionHighlighter | |
| SelectionMode typedef | cvGenericSelectionTool | |
| SelectionModifier typedef | cvGenericSelectionTool | |
| setCaptureZValues(bool capture) | cvGenericSelectionTool | inlineprotected |
| setCellLabelArray(const QString &arrayName, bool visible=true) | cvSelectionHighlighter | |
| setEnabled(bool enabled) | cvSelectionHighlighter | |
| setHighlightColor(double r, double g, double b, HighlightMode mode=SELECTED) | cvSelectionHighlighter | |
| setHighlightOpacity(double opacity, HighlightMode mode=SELECTED) | cvSelectionHighlighter | |
| setHighlightQColor(const QColor &color, HighlightMode mode=SELECTED) | cvSelectionHighlighter | |
| setHighlightsVisible(bool visible) | cvSelectionHighlighter | |
| setInteractor(vtkRenderWindowInteractor *interactor) | cvGenericSelectionTool | inlineprotected |
| setLabelProperties(const SelectionLabelProperties &props, bool interactive=false) | cvSelectionHighlighter | |
| setLineWidth(int width, HighlightMode mode=SELECTED) | cvSelectionHighlighter | |
| setMultipleSelectionMode(bool enable) | cvGenericSelectionTool | inlineprotected |
| setPickerTolerance(double cellTolerance, double pointTolerance) | cvGenericSelectionTool | protected |
| setPointLabelArray(const QString &arrayName, bool visible=true) | cvSelectionHighlighter | |
| setPointSize(int size, HighlightMode mode=SELECTED) | cvSelectionHighlighter | |
| setRenderer(vtkRenderer *renderer) | cvGenericSelectionTool | inlineprotected |
| setSelectionManager(cvViewSelectionManager *manager) | cvGenericSelectionTool | inline |
| setUseHardwareSelection(bool enable) | cvGenericSelectionTool | inlineprotected |
| setVisualizer(ecvGenericVisualizer3D *viewer) | cvSelectionBase | inlinevirtual |
| useHardwareSelection() const | cvGenericSelectionTool | inlineprotected |
| ~cvGenericSelectionTool() override=default | cvGenericSelectionTool | |
| ~cvSelectionBase()=default | cvSelectionBase | virtual |
| ~cvSelectionHighlighter() | cvSelectionHighlighter | |