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

Method StartLoadCamPose

Rendering/VR/vtkVRInteractorStyle.cxx:368–372  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

366
367//------------------------------------------------------------------------------
368void vtkVRInteractorStyle::StartLoadCamPose(vtkEventDataDevice3D* edata)
369{
370 int iDevice = static_cast<int>(edata->GetDevice());
371 this->InteractionState[iDevice] = VTKIS_LOAD_CAMERA_POSE;
372}
373
374//------------------------------------------------------------------------------
375void vtkVRInteractorStyle::EndLoadCamPose(vtkEventDataDevice3D* edata)

Callers 1

StartActionMethod · 0.95

Calls 1

GetDeviceMethod · 0.45

Tested by

no test coverage detected