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

Method LocalComputeVisiblePropBounds

Rendering/Parallel/vtkParallelRenderManager.cxx:806–809  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

804
805//------------------------------------------------------------------------------
806void vtkParallelRenderManager::LocalComputeVisiblePropBounds(vtkRenderer* ren, double bounds[6])
807{
808 ren->ComputeVisiblePropBounds(bounds);
809}
810
811//------------------------------------------------------------------------------
812void vtkParallelRenderManager::ComputeVisiblePropBounds(vtkRenderer* ren, double bounds[6])

Callers 4

ResetCameraMethod · 0.95

Calls 1

Tested by

no test coverage detected