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

Method EndPositionProp

Rendering/VR/vtkVRInteractorStyle.cxx:430–435  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

428
429//------------------------------------------------------------------------------
430void vtkVRInteractorStyle::EndPositionProp(vtkEventDataDevice3D* edata)
431{
432 vtkEventDataDevice dev = edata->GetDevice();
433 this->InteractionState[static_cast<int>(dev)] = VTKIS_NONE;
434 this->InteractionProps[static_cast<int>(dev)] = nullptr;
435}
436
437namespace
438{

Callers 2

StartPositionPropMethod · 0.95
EndActionMethod · 0.95

Calls 1

GetDeviceMethod · 0.45

Tested by

no test coverage detected