------------------------------------------------------------------------------
| 1694 | |
| 1695 | //------------------------------------------------------------------------------ |
| 1696 | double* vtkHyperTreeGrid::GetBounds() |
| 1697 | { |
| 1698 | this->ComputeBounds(); |
| 1699 | return this->Bounds; |
| 1700 | } |
| 1701 | |
| 1702 | //------------------------------------------------------------------------------ |
| 1703 | void vtkHyperTreeGrid::GetBounds(double* obds) |
no test coverage detected