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

Method GetModelForDevice

Rendering/VR/vtkVRRenderWindow.cxx:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154vtkVRModel* vtkVRRenderWindow::GetModelForDevice(vtkEventDataDevice idx)
155{
156 auto handle = this->GetDeviceHandleForDevice(idx);
157 return this->GetModelForDeviceHandle(handle);
158}
159
160vtkVRModel* vtkVRRenderWindow::GetModelForDeviceHandle(uint32_t handle)
161{

Callers 7

UpdateRepresentationMethod · 0.80
GetAvatarMethod · 0.80
ShowRayMethod · 0.80
HideRayMethod · 0.80
UpdateRayMethod · 0.80
HardwareSelectMethod · 0.80
InitControlPositionMethod · 0.80

Calls 2

Tested by

no test coverage detected