------------------------------------------------------------------------------
| 4348 | |
| 4349 | //------------------------------------------------------------------------------ |
| 4350 | int vtkKdTree::ViewOrderAllRegionsInDirection( |
| 4351 | const double directionOfProjection[3], vtkIntArray* orderedList) |
| 4352 | { |
| 4353 | return this->ViewOrderRegionsInDirection_(nullptr, directionOfProjection, orderedList); |
| 4354 | } |
| 4355 | |
| 4356 | //------------------------------------------------------------------------------ |
| 4357 | int vtkKdTree::ViewOrderRegionsFromPosition( |
no test coverage detected