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

Method EndPick

Rendering/VR/vtkVRInteractorStyle.cxx:356–365  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

354
355//------------------------------------------------------------------------------
356void vtkVRInteractorStyle::EndPick(vtkEventDataDevice3D* edata)
357{
358 // perform probe
359 this->ProbeData(edata->GetDevice());
360
361 this->InteractionState[static_cast<int>(edata->GetDevice())] = VTKIS_NONE;
362
363 // Update ray
364 this->UpdateRay(edata->GetDevice());
365}
366
367//------------------------------------------------------------------------------
368void vtkVRInteractorStyle::StartLoadCamPose(vtkEventDataDevice3D* edata)

Callers 1

EndActionMethod · 0.95

Calls 3

ProbeDataMethod · 0.95
UpdateRayMethod · 0.95
GetDeviceMethod · 0.45

Tested by

no test coverage detected