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

#include <CenterHorizontally.h>

Inheritance diagram for HuginBase::CenterHorizontally:
Inheritance graph

Public Member Functions

 CenterHorizontally (PanoramaData &panorama)
 
virtual ~CenterHorizontally ()
 
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 centerHorizontically (PanoramaData &panorama)
 

Additional Inherited Members

- Protected Member Functions inherited from HuginBase::PanoramaAlgorithm
 PanoramaAlgorithm (PanoramaData &panorama)
 
- Protected Attributes inherited from HuginBase::PanoramaAlgorithm
PanoramaDatao_panorama
 
bool o_successful
 

Detailed Description

Definition at line 37 of file CenterHorizontally.h.

Constructor & Destructor Documentation

HuginBase::CenterHorizontally::CenterHorizontally ( PanoramaData panorama)
inlineexplicit

Definition at line 42 of file CenterHorizontally.h.

virtual HuginBase::CenterHorizontally::~CenterHorizontally ( )
inlinevirtual

Definition at line 47 of file CenterHorizontally.h.

Member Function Documentation

void HuginBase::CenterHorizontally::centerHorizontically ( PanoramaData panorama)
static
virtual bool HuginBase::CenterHorizontally::modifiesPanoramaData ( ) const
inlinevirtual

returns true if the algorithm changes the PanoramaData.

Implements HuginBase::PanoramaAlgorithm.

Definition at line 53 of file CenterHorizontally.h.

virtual bool HuginBase::CenterHorizontally::runAlgorithm ( )
inlinevirtual

implementation of the algorithm.

You should override with your algorithm's implementiation.

Implements HuginBase::PanoramaAlgorithm.

Definition at line 57 of file CenterHorizontally.h.


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