------------------------------------------------------------------------------
| 182 | |
| 183 | //------------------------------------------------------------------------------ |
| 184 | double* vtkGraph::GetBounds() |
| 185 | { |
| 186 | this->ComputeBounds(); |
| 187 | return this->Bounds; |
| 188 | } |
| 189 | |
| 190 | //------------------------------------------------------------------------------ |
| 191 | void vtkGraph::GetBounds(double bounds[6]) |
no test coverage detected