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

Method SetProgressPartial

IO/XML/vtkXMLWriter.cxx:3051–3055  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3049
3050//------------------------------------------------------------------------------
3051void vtkXMLWriter::SetProgressPartial(float fraction)
3052{
3053 float width = this->ProgressRange[1] - this->ProgressRange[0];
3054 this->UpdateProgressDiscrete(this->ProgressRange[0] + fraction * width);
3055}
3056
3057//------------------------------------------------------------------------------
3058void vtkXMLWriter::UpdateProgressDiscrete(float progress)

Callers 4

vtkXMLWriter.cxxFile · 0.80
ProcessRequestMethod · 0.80
ProcessRequestMethod · 0.80
ProcessRequestMethod · 0.80

Calls 1

Tested by

no test coverage detected