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

Method GetDeviceToWorldMatrixForDevice

Rendering/Core/vtkRenderWindow.cxx:328–332  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

326
327//------------------------------------------------------------------------------
328bool vtkRenderWindow::GetDeviceToWorldMatrixForDevice(
329 vtkEventDataDevice vtkNotUsed(device), vtkMatrix4x4* vtkNotUsed(deviceToWorldMatrix))
330{
331 return false;
332}
333
334//------------------------------------------------------------------------------
335void vtkRenderWindow::SetDesiredUpdateRate(double rate)

Callers 2

ComputeMatrixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected