------------------------------------------------------------------------------
| 4594 | |
| 4595 | //------------------------------------------------------------------------------ |
| 4596 | void vtkKdTree::UpdateProgress(double amt) |
| 4597 | { |
| 4598 | this->Progress = amt; |
| 4599 | this->InvokeEvent(vtkCommand::ProgressEvent, static_cast<void*>(&amt)); |
| 4600 | } |
| 4601 | |
| 4602 | //------------------------------------------------------------------------------ |
| 4603 | void vtkKdTree::UpdateSubOperationProgress(double amt) |
no test coverage detected