Open3D (C++ API)
0.12.0
|
#include <ProgressReporters.h>
Public Member Functions | |
CountingProgressReporter (std::function< bool(double)> f) | |
void | SetTotal (int64_t total) |
bool | Update (int64_t count) |
void | Finish () |
void | operator++ () |
Progress reporting through update_progress(double percent) function. If you have a set number of items to process (or bytes to load), CountingProgressReporter will convert that to percentages (you still have to specify how many items you have, of course)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |