Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
HuginBase::RotatePanorama Class Reference

#include <RotatePanorama.h>

Inheritance diagram for HuginBase::RotatePanorama:
Inheritance graph

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. More...
 
virtual bool runAlgorithm ()
 implementation of the algorithm. More...
 
- Public Member Functions inherited from HuginBase::PanoramaAlgorithm
virtual ~PanoramaAlgorithm ()
 
virtual bool hasRunSuccessfully ()
 
virtual void run ()
 runs the algorithm. More...
 

Static Public Member Functions

static void rotatePano (PanoramaData &panorama, const Matrix3 &transformMat)
 

Protected Attributes

Matrix3 o_transformMat
 
- Protected Attributes inherited from HuginBase::PanoramaAlgorithm
PanoramaDatao_panorama
 
bool o_successful
 

Additional Inherited Members

- Protected Member Functions inherited from HuginBase::PanoramaAlgorithm
 PanoramaAlgorithm (PanoramaData &panorama)
 

Detailed Description

Definition at line 38 of file RotatePanorama.h.

Constructor & Destructor Documentation

HuginBase::RotatePanorama::RotatePanorama ( PanoramaData panorama,
const Matrix3 transformMat 
)
inline

Definition at line 43 of file RotatePanorama.h.

HuginBase::RotatePanorama::RotatePanorama ( PanoramaData panorama,
double  yaw,
double  pitch,
double  roll 
)

Definition at line 33 of file RotatePanorama.cpp.

References DEG_TO_RAD, o_transformMat, and Matrix3::SetRotationPT().

virtual HuginBase::RotatePanorama::~RotatePanorama ( )
inlinevirtual

Definition at line 51 of file RotatePanorama.h.

Member Function Documentation

virtual bool HuginBase::RotatePanorama::modifiesPanoramaData ( ) const
inlinevirtual

returns true if the algorithm changes the PanoramaData.

Implements HuginBase::PanoramaAlgorithm.

Definition at line 61 of file RotatePanorama.h.

void HuginBase::RotatePanorama::rotatePano ( PanoramaData panorama,
const Matrix3 transformMat 
)
static
virtual bool HuginBase::RotatePanorama::runAlgorithm ( )
inlinevirtual

implementation of the algorithm.

You should override with your algorithm's implementiation.

Implements HuginBase::PanoramaAlgorithm.

Reimplemented in HuginBase::StraightenPanorama.

Definition at line 65 of file RotatePanorama.h.

Referenced by HuginBase::StraightenPanorama::runAlgorithm().

Member Data Documentation

Matrix3 HuginBase::RotatePanorama::o_transformMat
protected

Definition at line 73 of file RotatePanorama.h.

Referenced by RotatePanorama().


The documentation for this class was generated from the following files: