| Hugintrunk
    0.1
    | 
stitch to file output More...
#include <StitcherAlgorithm.h>

| Public Types | |
| typedef std::string | String | 
| Public Member Functions | |
| FileOutputStitcherAlgorithm (PanoramaData &panoramaData, AppBase::ProgressDisplay *progressDisplay, const PanoramaOptions &options, const UIntSet &usedImages, const String &filename, const bool &addExtension=true) | |
| virtual | ~FileOutputStitcherAlgorithm () | 
|  Public Member Functions inherited from HuginBase::StitcherAlgorithm | |
| 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 Attributes | |
| String | o_filename | 
|  Protected Attributes inherited from HuginBase::StitcherAlgorithm | |
| PanoramaOptions | o_panoramaOptions | 
| UIntSet | o_usedImages | 
|  Protected Attributes inherited from HuginBase::PanoramaAlgorithm | |
| PanoramaData & | o_panorama | 
| bool | o_successful | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from HuginBase::StitcherAlgorithm | |
| 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) | |
stitch to file output
Definition at line 115 of file StitcherAlgorithm.h.
| typedef std::string HuginBase::FileOutputStitcherAlgorithm::String | 
Definition at line 119 of file StitcherAlgorithm.h.
| 
 | inline | 
Definition at line 122 of file StitcherAlgorithm.h.
| 
 | inlinevirtual | 
Definition at line 133 of file StitcherAlgorithm.h.
| 
 | protected | 
Definition at line 133 of file StitcherAlgorithm.h.
Referenced by HuginBase::NonaFileOutputStitcher::runStitcher().
 1.8.5
 1.8.5