Open3D (C++ API)
0.17.0
|
#include <ProgressBar.h>
Public Member Functions | |
OMPProgressBar (size_t expected_count, const std::string &progress_info, bool active=false) | |
ProgressBar & | operator++ () override |
Public Member Functions inherited from open3d::utility::ProgressBar | |
ProgressBar (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) |
void | SetCurrentCount (size_t n) |
size_t | GetCurrentCount () const |
Additional Inherited Members | |
Protected Attributes inherited from open3d::utility::ProgressBar | |
const size_t | resolution_ = 40 |
size_t | expected_count_ |
size_t | current_count_ |
std::string | progress_info_ |
size_t | progress_pixel_ |
bool | active_ |
open3d::utility::OMPProgressBar::OMPProgressBar | ( | size_t | expected_count, |
const std::string & | progress_info, | ||
bool | active = false |
||
) |
|
overridevirtual |
Reimplemented from open3d::utility::ProgressBar.