MCPcopy Create free account
hub / github.com/city-super/Scaffold-GS / LoadingProgress

Method LoadingProgress

SIBR_viewers/src/core/system/LoadingProgress.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{
18
19 LoadingProgress::LoadingProgress( size_t maxIteration,
20 const std::string& status, float interval )
21 : _currentStep(0), _maxProgress(maxIteration), _status(status), _interval(interval)
22 {
23 _lastReport = clock::now();
24 }
25
26 void LoadingProgress::walk( size_t step )
27 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected