------------------------------------------------------------------------------
| 352 | |
| 353 | //------------------------------------------------------------------------------ |
| 354 | void vtkKdTree::SetCuts(vtkBSPCuts* cuts) |
| 355 | { |
| 356 | this->SetCuts(cuts, 1); |
| 357 | } |
| 358 | |
| 359 | //------------------------------------------------------------------------------ |
| 360 | void vtkKdTree::SetCuts(vtkBSPCuts* cuts, int userDefined) |
no test coverage detected