------------------------------------------------------------------------------
| 364 | |
| 365 | //------------------------------------------------------------------------------ |
| 366 | const double* vtkAMRDataObject::GetBounds() |
| 367 | { |
| 368 | return this->Bounds; |
| 369 | } |
| 370 | |
| 371 | //------------------------------------------------------------------------------ |
| 372 | void vtkAMRDataObject::GetBounds(double bounds[6]) |
no outgoing calls
no test coverage detected