#include <PanoramaAlgorithm.h>
Inheritance diagram for HuginBase::TimeConsumingPanoramaAlgorithm:

Public Member Functions | |
| virtual | ~TimeConsumingPanoramaAlgorithm () |
| virtual bool | wasCancelled () const |
Protected Member Functions | |
| TimeConsumingPanoramaAlgorithm (PanoramaData &panorama, AppBase::ProgressDisplay *progressDisplay=NULL) | |
| [Warning! it keeps the reference to the panorama data!] | |
| virtual AppBase::ProgressDisplay * | getProgressDisplay () const |
| virtual bool | hasProgressDisplay () const |
| virtual void | cancelAlgorithm () |
| Call this when the algorithm is cancelled. | |
| virtual void | algorithmCancelled () |
| Called when the algorithm got cancelled; override with cleaning up process etc. | |
Private Attributes | |
| AppBase::ProgressDisplay * | m_progressDisplay |
| bool | m_wasCancelled |
|
||||||||||||
|
[Warning! it keeps the reference to the panorama data!]
Definition at line 123 of file PanoramaAlgorithm.h. |
|
|
Definition at line 130 of file PanoramaAlgorithm.h. |
|
|
Called when the algorithm got cancelled; override with cleaning up process etc. the default implementation does nothing. Definition at line 177 of file PanoramaAlgorithm.h. |
|
|
Call this when the algorithm is cancelled. This method sets wasCancelled() to return true, and calls algorithmCancelled() Definition at line 167 of file PanoramaAlgorithm.h. Referenced by HuginBase::PointSampler::runAlgorithm(), HuginBase::SmartPhotometricOptimizer::runAlgorithm(), and HuginBase::PhotometricOptimizer::runAlgorithm(). |
|
|
Definition at line 148 of file PanoramaAlgorithm.h. Referenced by HuginBase::PointSampler::runAlgorithm(), HuginBase::SmartPhotometricOptimizer::runAlgorithm(), HuginBase::PhotometricOptimizer::runAlgorithm(), and HuginBase::NonaFileOutputStitcher::runStitcher(). |
|
|
Definition at line 152 of file PanoramaAlgorithm.h. Referenced by HuginBase::PointSampler::runAlgorithm(), HuginBase::SmartPhotometricOptimizer::runAlgorithm(), and HuginBase::PhotometricOptimizer::runAlgorithm(). |
|
|
Definition at line 160 of file PanoramaAlgorithm.h. Referenced by HuginBase::PointSampler::runAlgorithm(), HuginBase::SmartPhotometricOptimizer::runAlgorithm(), and HuginBase::PhotometricOptimizer::runAlgorithm(). |
|
|
Definition at line 183 of file PanoramaAlgorithm.h. |
|
|
Definition at line 184 of file PanoramaAlgorithm.h. |
1.3.9.1