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

Method UpdateProgress

Common/DataModel/vtkKdTree.cxx:4596–4600  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 15

BuildLocatorInternalMethod · 0.95
vtkImageFooExecuteFunction · 0.45
RenderMethod · 0.45
RebuildStructuresMethod · 0.45
RenderPieceFinishMethod · 0.45
RenderInternalMethod · 0.45
GLSafeUpdateProgressMethod · 0.45
RenderMethod · 0.45
CastRaysMethod · 0.45
RenderMethod · 0.45
MainLoopMethod · 0.45

Calls 1

InvokeEventMethod · 0.80

Tested by

no test coverage detected