![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Logging.h>
Public Member Functions | |
| ConsoleProgressBar (size_t expected_count, const std::string &progress_info, bool active=false) | |
| void | reset (size_t expected_count, const std::string &progress_info, bool active) |
| ConsoleProgressBar & | operator++ () |
| void | setCurrentCount (size_t n) |
| cloudViewer::utility::ConsoleProgressBar::ConsoleProgressBar | ( | size_t | expected_count, |
| const std::string & | progress_info, | ||
| bool | active = false |
||
| ) |
Definition at line 97 of file Logging.cpp.
| ConsoleProgressBar & cloudViewer::utility::ConsoleProgressBar::operator++ | ( | ) |
Definition at line 114 of file Logging.cpp.
| void cloudViewer::utility::ConsoleProgressBar::reset | ( | size_t | expected_count, |
| const std::string & | progress_info, | ||
| bool | active | ||
| ) |
Definition at line 103 of file Logging.cpp.
| void cloudViewer::utility::ConsoleProgressBar::setCurrentCount | ( | size_t | n | ) |
Definition at line 119 of file Logging.cpp.