MCPcopy Create free account
hub / github.com/Kitware/VTK / UpdateSubOperationProgress

Method UpdateSubOperationProgress

Common/DataModel/vtkKdTree.cxx:4603–4606  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

ComputeCellCentersMethod · 0.95

Calls 1

UpdateProgressMethod · 0.95

Tested by

no test coverage detected