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

Method AddDeviceHandle

Rendering/VR/vtkVRRenderWindow.cxx:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void vtkVRRenderWindow::AddDeviceHandle(uint32_t handle)
124{
125 auto found = this->DeviceHandleToDeviceDataMap.find(handle);
126 if (found == this->DeviceHandleToDeviceDataMap.end())
127 {
128 this->DeviceHandleToDeviceDataMap[handle] = {};
129 }
130}
131
132void vtkVRRenderWindow::AddDeviceHandle(uint32_t handle, vtkEventDataDevice device)
133{

Callers 3

UpdateHMDMatrixPoseMethod · 0.80
RenderModelsMethod · 0.80
UpdateHMDMatrixPoseMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected