|
Hugintrunk
0.1
|
Just a conceptual base class... More...
#include <StitcherAlgorithm.h>

Public Member Functions | |
| StitcherAlgorithm (PanoramaData &panoramaData, AppBase::ProgressDisplay *progressDisplay, const PanoramaOptions &options, const UIntSet &usedImages) | |
| virtual | ~StitcherAlgorithm () |
| virtual bool | runAlgorithm () |
| implementation of the algorithm. More... | |
| virtual bool | modifiesPanoramaData () const |
| returns flase, hope this is correct More... | |
Public Member Functions inherited from HuginBase::TimeConsumingPanoramaAlgorithm | |
| virtual | ~TimeConsumingPanoramaAlgorithm () |
| virtual bool | wasCancelled () const |
Public Member Functions inherited from HuginBase::PanoramaAlgorithm | |
| virtual | ~PanoramaAlgorithm () |
| virtual bool | hasRunSuccessfully () |
| virtual void | run () |
| runs the algorithm. More... | |
Protected Member Functions | |
| virtual bool | runStitcher ()=0 |
Protected Member Functions inherited from HuginBase::TimeConsumingPanoramaAlgorithm | |
| TimeConsumingPanoramaAlgorithm (PanoramaData &panorama, AppBase::ProgressDisplay *progressDisplay=NULL) | |
| [Warning! it keeps the reference to the panorama data!] More... | |
| virtual AppBase::ProgressDisplay * | getProgressDisplay () const |
| virtual bool | hasProgressDisplay () const |
| virtual void | cancelAlgorithm () |
| Call this when the algorithm is cancelled. More... | |
| virtual void | algorithmCancelled () |
| Called when the algorithm got cancelled; override with cleaning up process etc. More... | |
Protected Member Functions inherited from HuginBase::PanoramaAlgorithm | |
| PanoramaAlgorithm (PanoramaData &panorama) | |
Protected Attributes | |
| PanoramaOptions | o_panoramaOptions |
| UIntSet | o_usedImages |
Protected Attributes inherited from HuginBase::PanoramaAlgorithm | |
| PanoramaData & | o_panorama |
| bool | o_successful |
Just a conceptual base class...
Definition at line 47 of file StitcherAlgorithm.h.
|
inline |
Definition at line 52 of file StitcherAlgorithm.h.
|
inlinevirtual |
Definition at line 62 of file StitcherAlgorithm.h.
|
inlinevirtual |
returns flase, hope this is correct
Implements HuginBase::PanoramaAlgorithm.
Definition at line 71 of file StitcherAlgorithm.h.
|
inlinevirtual |
implementation of the algorithm.
You should override with your algorithm's implementiation.
Implements HuginBase::PanoramaAlgorithm.
Definition at line 67 of file StitcherAlgorithm.h.
|
protectedpure virtual |
Implemented in HuginBase::NonaFileOutputStitcher.
|
protected |
Definition at line 79 of file StitcherAlgorithm.h.
Referenced by HuginBase::NonaFileOutputStitcher::runStitcher().
|
protected |
Definition at line 80 of file StitcherAlgorithm.h.
Referenced by HuginBase::NonaFileOutputStitcher::runStitcher().
1.8.5