Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
HuginBase::RotatePanorama Class Reference
#include <RotatePanorama.h>
Inheritance diagram for HuginBase::RotatePanorama:

Public Member Functions | |
| RotatePanorama (PanoramaData &panorama, const Matrix3 &transformMat) | |
| RotatePanorama (PanoramaData &panorama, double yaw, double pitch, double roll) | |
| virtual | ~RotatePanorama () |
| virtual bool | modifiesPanoramaData () const |
| returns true if the algorithm changes the PanoramaData. | |
| virtual bool | runAlgorithm () |
| implementation of the algorithm. | |
Static Public Member Functions | |
| void | rotatePano (PanoramaData &panorama, const Matrix3 &transformMat) |
Protected Attributes | |
| Matrix3 | o_transformMat |
Constructor & Destructor Documentation
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
Member Function Documentation
|
|
returns true if the algorithm changes the PanoramaData.
Implements HuginBase::PanoramaAlgorithm. |
|
||||||||||||
|
|
|
|
implementation of the algorithm. You should override with your algorithm's implementiation. Implements HuginBase::PanoramaAlgorithm. Reimplemented in HuginBase::StraightenPanorama. |
Member Data Documentation
|
|
|
The documentation for this class was generated from the following files:
- hugin_base/algorithms/basic/RotatePanorama.h
- hugin_base/algorithms/basic/RotatePanorama.cpp
1.3.9.1