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


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