Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
open3d::utility::OMPProgressBar Class Reference

#include <ProgressBar.h>

Inheritance diagram for open3d::utility::OMPProgressBar:
open3d::utility::ProgressBar

Public Member Functions

 OMPProgressBar (size_t expected_count, const std::string &progress_info, bool active=false)
ProgressBaroperator++ () 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
virtual ~ProgressBar ()=default

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_

Constructor & Destructor Documentation

◆ OMPProgressBar()

open3d::utility::OMPProgressBar::OMPProgressBar ( size_t expected_count,
const std::string & progress_info,
bool active = false )

Member Function Documentation

◆ operator++()

ProgressBar & open3d::utility::OMPProgressBar::operator++ ( )
overridevirtual

Reimplemented from open3d::utility::ProgressBar.


The documentation for this class was generated from the following files: