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