|
Hugin trunk 0.1
|
This class will use the stitchPanorama function of nona. More...
#include <NonaFileStitcher.h>

Protected Member Functions | |
| virtual bool | runStitcher () |
Protected Member Functions inherited from HuginBase::TimeConsumingPanoramaAlgorithm | |
| 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. | |
Protected Member Functions inherited from HuginBase::PanoramaAlgorithm | |
| PanoramaAlgorithm (PanoramaData &panorama) | |
Private Attributes | |
| Nona::AdvancedOptions | m_advOptions |
Additional Inherited Members | |
Public Types inherited from HuginBase::FileOutputStitcherAlgorithm | |
| typedef std::string | String |
Protected Attributes inherited from HuginBase::FileOutputStitcherAlgorithm | |
| 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 |
This class will use the stitchPanorama function of nona.
The filename may be automatically modified preserving only the basename.
Definition at line 44 of file NonaFileStitcher.h.
|
inline |
Definition at line 49 of file NonaFileStitcher.h.
|
inline |
Definition at line 59 of file NonaFileStitcher.h.
|
protectedvirtual |
Implements HuginBase::StitcherAlgorithm.
Definition at line 37 of file NonaFileStitcher.cpp.
References HuginBase::TimeConsumingPanoramaAlgorithm::getProgressDisplay(), m_advOptions, HuginBase::FileOutputStitcherAlgorithm::o_filename, HuginBase::PanoramaAlgorithm::o_panorama, HuginBase::StitcherAlgorithm::o_panoramaOptions, HuginBase::StitcherAlgorithm::o_usedImages, and HuginBase::Nona::stitchPanorama().
|
private |
Definition at line 67 of file NonaFileStitcher.h.
Referenced by runStitcher().