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

Method GetProgress

IO/Geometry/vtkOpenFOAMReader.cxx:783–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781
782 void SetProgress(double progress) { this->Progress = progress; }
783 double GetProgress() const { return this->Progress; }
784
785private:
786 vtkOpenFOAMReader* Parent;

Callers 15

ComputeProgressMethod · 0.45
UpdateProgressMethod · 0.45
PieceProgressCallbackMethod · 0.45
PieceProgressCallbackMethod · 0.45
PieceProgressCallbackMethod · 0.45
ProgressCallbackMethod · 0.45
ProgressCallbackMethod · 0.45
DataProgressCallbackMethod · 0.45
ProgressCallbackMethod · 0.45
ReadHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected