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

Function SetSelectionModeToSelectedOffset

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

Source from the content-addressed store, hash-verified

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); }
135 ///@}

Callers

nothing calls this directly

Calls 1

SetSelectionModeMethod · 0.80

Tested by

no test coverage detected