Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
HuginBase::StitcherAlgorithm Class Reference
Just a conceptual base class... More...
#include <StitcherAlgorithm.h>
Inheritance diagram for HuginBase::StitcherAlgorithm:

Public Member Functions | |
| StitcherAlgorithm (PanoramaData &panoramaData, AppBase::ProgressDisplay *progressDisplay, const PanoramaOptions &options, const UIntSet &usedImages) | |
| virtual | ~StitcherAlgorithm () |
| virtual bool | runAlgorithm () |
| implementation of the algorithm. | |
| virtual bool | modifiesPanoramaData () const |
| returns flase, hope this is correct | |
Protected Member Functions | |
| virtual bool | runStitcher ()=0 |
Protected Attributes | |
| PanoramaOptions | o_panoramaOptions |
| UIntSet | o_usedImages |
Detailed Description
Just a conceptual base class...
Constructor & Destructor Documentation
|
||||||||||||||||||||
|
|
|
|
|
Member Function Documentation
|
|
returns flase, hope this is correct
Implements HuginBase::PanoramaAlgorithm. |
|
|
implementation of the algorithm. You should override with your algorithm's implementiation. Implements HuginBase::PanoramaAlgorithm. |
|
|
Implemented in HuginBase::NonaFileOutputStitcher, HuginBase::NonaImageStitcher, HuginBase::NonaDifferenceImageStitcher, and HuginBase::NonaHDRImageStitcher. |
Member Data Documentation
|
|
|
|
|
|
The documentation for this class was generated from the following file:
- hugin_base/algorithm/StitcherAlgorithm.h
1.3.9.1