MCPcopy Create free account
hub / github.com/Kitware/VTK / SetSelectionModeToSelectedIcon

Function SetSelectionModeToSelectedIcon

Views/Infovis/vtkApplyIcons.h:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 vtkSetMacro(SelectionMode, int);
130 vtkGetMacro(SelectionMode, int);
131 virtual void SetSelectionModeToSelectedIcon() { this->SetSelectionMode(SELECTED_ICON); }
132 virtual void SetSelectionModeToSelectedOffset() { this->SetSelectionMode(SELECTED_OFFSET); }
133 virtual void SetSelectionModeToAnnotationIcon() { this->SetSelectionMode(ANNOTATION_ICON); }
134 virtual void SetSelectionModeToIgnoreSelection() { this->SetSelectionMode(IGNORE_SELECTION); }

Callers

nothing calls this directly

Calls 1

SetSelectionModeMethod · 0.80

Tested by

no test coverage detected