Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
HuginBase::CalculateMeanExposure Class Reference

#include <CalculateMeanExposure.h>

Inheritance diagram for HuginBase::CalculateMeanExposure:
Inheritance graph

Public Member Functions

 CalculateMeanExposure (PanoramaData &panorama)
 
virtual ~CalculateMeanExposure ()
 
virtual bool modifiesPanoramaData () const
 returns true if the algorithm changes the PanoramaData.
 
virtual bool runAlgorithm ()
 implementation of the algorithm.
 
virtual double getResultExposure () const
 
- Public Member Functions inherited from HuginBase::PanoramaAlgorithm
virtual ~PanoramaAlgorithm ()
 
virtual bool hasRunSuccessfully ()
 
virtual void run ()
 runs the algorithm.
 

Static Public Member Functions

static double calcMeanExposure (const PanoramaData &pano)
 

Protected Attributes

double o_resultExposure
 
- 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 37 of file CalculateMeanExposure.h.

Constructor & Destructor Documentation

◆ CalculateMeanExposure()

HuginBase::CalculateMeanExposure::CalculateMeanExposure ( PanoramaData panorama)
inlineexplicit

Definition at line 42 of file CalculateMeanExposure.h.

◆ ~CalculateMeanExposure()

virtual HuginBase::CalculateMeanExposure::~CalculateMeanExposure ( )
inlinevirtual

Definition at line 47 of file CalculateMeanExposure.h.

Member Function Documentation

◆ calcMeanExposure()

double HuginBase::CalculateMeanExposure::calcMeanExposure ( const PanoramaData pano)
static

◆ getResultExposure()

virtual double HuginBase::CalculateMeanExposure::getResultExposure ( ) const
inlinevirtual

Definition at line 69 of file CalculateMeanExposure.h.

◆ modifiesPanoramaData()

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

returns true if the algorithm changes the PanoramaData.

Implements HuginBase::PanoramaAlgorithm.

Definition at line 52 of file CalculateMeanExposure.h.

◆ runAlgorithm()

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

implementation of the algorithm.

You should override with your algorithm's implementiation.

Implements HuginBase::PanoramaAlgorithm.

Definition at line 56 of file CalculateMeanExposure.h.

Member Data Documentation

◆ o_resultExposure

double HuginBase::CalculateMeanExposure::o_resultExposure
protected

Definition at line 77 of file CalculateMeanExposure.h.


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