Hugintrunk
0.1
|
#include <TranslatePanorama.h>
Public Member Functions | |
TranslatePanorama (PanoramaData &panorama, const double x=0, const double y=0, const double z=0) | |
virtual | ~TranslatePanorama () |
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 | translatePano (PanoramaData &panorama, const double x, const double y, const double z) |
Protected Attributes | |
double | o_x |
double | o_y |
double | o_z |
Protected Attributes inherited from HuginBase::PanoramaAlgorithm | |
PanoramaData & | o_panorama |
bool | o_successful |
Additional Inherited Members | |
Protected Member Functions inherited from HuginBase::PanoramaAlgorithm | |
PanoramaAlgorithm (PanoramaData &panorama) | |
Definition at line 33 of file TranslatePanorama.h.
|
inlineexplicit |
Definition at line 38 of file TranslatePanorama.h.
|
inlinevirtual |
Definition at line 43 of file TranslatePanorama.h.
|
inlinevirtual |
returns true if the algorithm changes the PanoramaData.
Implements HuginBase::PanoramaAlgorithm.
Definition at line 53 of file TranslatePanorama.h.
|
inlinevirtual |
implementation of the algorithm.
You should override with your algorithm's implementiation.
Implements HuginBase::PanoramaAlgorithm.
Definition at line 57 of file TranslatePanorama.h.
|
static |
Definition at line 28 of file TranslatePanorama.cpp.
References conditional_set, HuginBase::PanoramaData::getImage(), HuginBase::PanoramaData::getNrOfImages(), HuginBase::PanoramaData::imageChanged(), HuginBase::PanoramaData::setImage(), X, Y, and Z.
|
protected |
Definition at line 65 of file TranslatePanorama.h.
|
protected |
Definition at line 66 of file TranslatePanorama.h.
|
protected |
Definition at line 67 of file TranslatePanorama.h.