| 532 | } |
| 533 | |
| 534 | inline void vtkBoundingBox::GetLengths(double lengths[3]) const |
| 535 | { |
| 536 | lengths[0] = this->GetLength(0); |
| 537 | lengths[1] = this->GetLength(1); |
| 538 | lengths[2] = this->GetLength(2); |
| 539 | } |
| 540 | |
| 541 | inline void vtkBoundingBox::GetCenter(double center[3]) const |
| 542 | { |
no test coverage detected