#include <ProgressBar.h>
◆ ProgressBar()
| open3d::utility::ProgressBar::ProgressBar |
( |
size_t |
expected_count, |
|
|
const std::string & |
progress_info, |
|
|
bool |
active = false |
|
) |
| |
◆ GetCurrentCount()
| size_t open3d::utility::ProgressBar::GetCurrentCount |
( |
| ) |
const |
◆ operator++()
| ProgressBar & open3d::utility::ProgressBar::operator++ |
( |
| ) |
|
|
virtual |
◆ Reset()
| void open3d::utility::ProgressBar::Reset |
( |
size_t |
expected_count, |
|
|
const std::string & |
progress_info, |
|
|
bool |
active |
|
) |
| |
◆ SetCurrentCount()
| void open3d::utility::ProgressBar::SetCurrentCount |
( |
size_t |
n | ) |
|
◆ active_
| bool open3d::utility::ProgressBar::active_ |
|
protected |
◆ current_count_
| size_t open3d::utility::ProgressBar::current_count_ |
|
protected |
◆ expected_count_
| size_t open3d::utility::ProgressBar::expected_count_ |
|
protected |
◆ progress_info_
| std::string open3d::utility::ProgressBar::progress_info_ |
|
protected |
◆ progress_pixel_
| size_t open3d::utility::ProgressBar::progress_pixel_ |
|
protected |
◆ resolution_
| const size_t open3d::utility::ProgressBar::resolution_ = 40 |
|
protected |
The documentation for this class was generated from the following files: