MCPcopy Create free account
hub / github.com/BrunoLevy/geogram / begin

Method begin

src/lib/geogram/basic/progress.cpp:145–148  ·  view source on GitHub ↗

\copydoc GEO::ProgressClient::begin() */

Source from the content-addressed store, hash-verified

143 public:
144 /** \copydoc GEO::ProgressClient::begin() */
145 void begin() override {
146 const ProgressTask* task = Progress::current_progress_task();
147 CmdLine::ui_progress(task->task_name(), 0, 0);
148 }
149
150 /** \copydoc GEO::ProgressClient::progress(index_t,index_t) */
151 void progress(index_t step, index_t percent) override {

Callers 1

begin_taskFunction · 0.45

Calls 2

current_progress_taskFunction · 0.85
ui_progressFunction · 0.85

Tested by

no test coverage detected