| 20 | } |
| 21 | |
| 22 | bool vtkCellGridBoundsQuery::Initialize() |
| 23 | { |
| 24 | bool ok = this->Superclass::Initialize(); |
| 25 | vtkMath::UninitializeBounds(this->Bounds.data()); |
| 26 | return ok; |
| 27 | } |
| 28 | |
| 29 | void vtkCellGridBoundsQuery::GetBounds(double* bds) |
| 30 | { |
nothing calls this directly
no test coverage detected