![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <thread_control_widget.h>


Public Member Functions | |
| ThreadControlWidget (QWidget *parent) | |
| void | StartThread (const QString &progress_text, const bool stoppable, Thread *thread) |
| void | StartFunction (const QString &progress_text, const std::function< void()> &func) |
Definition at line 17 of file thread_control_widget.h.
|
explicit |
Definition at line 36 of file thread_control_widget.cc.
| void colmap::ThreadControlWidget::StartFunction | ( | const QString & | progress_text, |
| const std::function< void()> & | func | ||
| ) |
Definition at line 97 of file thread_control_widget.cc.
References Run(), and StartThread().
| void colmap::ThreadControlWidget::StartThread | ( | const QString & | progress_text, |
| const bool | stoppable, | ||
| Thread * | thread | ||
| ) |
Definition at line 53 of file thread_control_widget.cc.
References ecvColor::LookUpTable::at(), and colmap::Thread::FINISHED_CALLBACK.
Referenced by colmap::AutomaticReconstructionWidget::Run(), colmap::SIFTExtractionWidget::Run(), colmap::ImportFeaturesWidget::Run(), colmap::ExhaustiveMatchingTab::Run(), colmap::SequentialMatchingTab::Run(), colmap::VocabTreeMatchingTab::Run(), colmap::SpatialMatchingTab::Run(), colmap::TransitiveMatchingTab::Run(), colmap::CustomMatchingTab::Run(), and StartFunction().