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

Method UpdateProgress

IO/XMLParser/vtkXMLDataParser.cxx:1320–1325  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1318
1319//------------------------------------------------------------------------------
1320void vtkXMLDataParser::UpdateProgress(float progress)
1321{
1322 this->Progress = progress;
1323 double dProgress = progress;
1324 this->InvokeEvent(vtkCommand::ProgressEvent, &dProgress);
1325}
1326VTK_ABI_NAMESPACE_END

Callers 12

ReadUncompressedDataMethod · 0.95
ReadCompressedDataMethod · 0.95
ReadAsciiDataMethod · 0.95
ProcessRequestMethod · 0.45
RequestDataMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
RequestDataMethod · 0.45
ProcessRequestMethod · 0.45
RequestDataMethod · 0.45

Calls 1

InvokeEventMethod · 0.80

Tested by

no test coverage detected