------------------------------------------------------------------------------
| 4601 | |
| 4602 | //------------------------------------------------------------------------------ |
| 4603 | void vtkKdTree::UpdateSubOperationProgress(double amt) |
| 4604 | { |
| 4605 | this->UpdateProgress(this->ProgressOffset + this->ProgressScale * amt); |
| 4606 | } |
| 4607 | |
| 4608 | //------------------------------------------------------------------------------ |
| 4609 | void vtkKdTree::FindPointsInArea(double* area, vtkIdTypeArray* ids, bool clearArray) |
no test coverage detected