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

Function ComputeVisiblePropBoundsRMI

Rendering/Parallel/vtkParallelRenderManager.cxx:1691–1699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1689}
1690
1691static void ComputeVisiblePropBoundsRMI(void* arg, void* remoteArg, int remoteArgLength, int)
1692{
1693 assert(remoteArgLength == sizeof(int));
1694 (void)remoteArgLength;
1695 int* iarg = reinterpret_cast<int*>(remoteArg);
1696
1697 vtkParallelRenderManager* self = (vtkParallelRenderManager*)arg;
1698 self->ComputeVisiblePropBoundsRMI(*iarg);
1699}
1700
1701//------------------------------------------------------------------------------
1702void vtkParallelRenderManager::SatelliteStartRender()

Callers

nothing calls this directly

Calls 2

assertFunction · 0.50

Tested by

no test coverage detected