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

Method GetAction

Common/Core/vtkEventData.h:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 vtkEventDataDevice GetDevice() const { return this->Device; }
103 vtkEventDataDeviceInput GetInput() const { return this->Input; }
104 vtkEventDataAction GetAction() const { return this->Action; }
105
106 void SetDevice(vtkEventDataDevice v) { this->Device = v; }
107 void SetInput(vtkEventDataDeviceInput v) { this->Input = v; }

Callers 9

testEnumClassMethod · 0.80
OnSelect3DMethod · 0.80
OnNextPose3DMethod · 0.80
Movement3DMethod · 0.80
OnMenu3DMethod · 0.80
OnPick3DMethod · 0.80
OnPositionProp3DMethod · 0.80
OnSelect3DMethod · 0.80

Calls

no outgoing calls

Tested by 1

testEnumClassMethod · 0.64