#include <CenterHorizontally.h>
Inheritance diagram for HuginBase::CenterHorizontally:

Public Member Functions | |
| CenterHorizontally (PanoramaData &panorama) | |
| virtual | ~CenterHorizontally () |
| virtual bool | modifiesPanoramaData () const |
| returns true if the algorithm changes the PanoramaData. | |
| virtual bool | runAlgorithm () |
| implementation of the algorithm. | |
Static Public Member Functions | |
| void | centerHorizontically (PanoramaData &panorama) |
|
|
Definition at line 42 of file CenterHorizontally.h. |
|
|
Definition at line 47 of file CenterHorizontally.h. |
|
|
|
returns true if the algorithm changes the PanoramaData.
Implements HuginBase::PanoramaAlgorithm. Definition at line 53 of file CenterHorizontally.h. |
|
|
implementation of the algorithm. You should override with your algorithm's implementiation. Implements HuginBase::PanoramaAlgorithm. Definition at line 57 of file CenterHorizontally.h. |
1.3.9.1