------------------------------------------------------------------------------ Description: Compute the bounding box of the current cell in `bounds' in global coordinates. THREAD SAFE
| 573 | // coordinates. |
| 574 | // THREAD SAFE |
| 575 | void vtkBridgeCell::GetBounds(double bounds[6]) |
| 576 | { |
| 577 | this->Cell->GetBounds(bounds); |
| 578 | } |
| 579 | |
| 580 | //------------------------------------------------------------------------------ |
| 581 | // Description: |
no outgoing calls