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

#include <StandardImageVariableGroups.h>

Inheritance diagram for HuginBase::StandardImageVariableGroups:
Inheritance graph

Public Member Functions

 StandardImageVariableGroups (PanoramaData &pano)
 
ImageVariableGroupgetLenses ()
 Get the ImageVariableGroup representing the group of lens variables. More...
 
ImageVariableGroupgetStacks ()
 Get the ImageVariableGroup representing the group of stack variables. More...
 
void update ()
 Update part numbers for each variable group. More...
 
- Public Member Functions inherited from HuginBase::ConstStandardImageVariableGroups
 ConstStandardImageVariableGroups (const PanoramaData &pano)
 constructor. More...
 
ConstImageVariableGroupgetLenses ()
 Get the ImageVariableGroup representing the group of lens variables. More...
 
Lens getLens (std::size_t lens_number)
 A panorama.getLens equivalent, not for new code. More...
 
Lens getLensForImage (std::size_t imgNr)
 Get the lens object for a specific image, also not for new code. More...
 
ConstImageVariableGroupgetStacks ()
 Get the ImageVariableGroup representing the group of stack variables. More...
 
void update ()
 Update part numbers for each variable group. More...
 

Protected Attributes

ImageVariableGroup m_lenses
 
ImageVariableGroup m_stacks
 
PanoramaDatam_pano
 
- Protected Attributes inherited from HuginBase::ConstStandardImageVariableGroups
ConstImageVariableGroup m_lenses
 the lens ImageVariableGroup. More...
 
ConstImageVariableGroup m_stacks
 the stack ImageVariableGroup. More...
 
const PanoramaDatam_pano
 

Additional Inherited Members

- Static Public Member Functions inherited from HuginBase::ConstStandardImageVariableGroups
static const std::set
< ConstImageVariableGroup::ImageVariableEnum > & 
getLensVariables ()
 Get the set of lens image variables. More...
 
static const std::set
< ConstImageVariableGroup::ImageVariableEnum > & 
getStackVariables ()
 Get the set of stack image variables. More...
 

Detailed Description

Definition at line 130 of file StandardImageVariableGroups.h.

Constructor & Destructor Documentation

HuginBase::StandardImageVariableGroups::StandardImageVariableGroups ( PanoramaData pano)
explicit

Definition at line 183 of file StandardImageVariableGroups.cpp.

Member Function Documentation

ImageVariableGroup& HuginBase::StandardImageVariableGroups::getLenses ( )
inline
ImageVariableGroup& HuginBase::StandardImageVariableGroups::getStacks ( )
inline
void HuginBase::StandardImageVariableGroups::update ( )

Member Data Documentation

ImageVariableGroup HuginBase::StandardImageVariableGroups::m_lenses
protected

Definition at line 157 of file StandardImageVariableGroups.h.

Referenced by update().

PanoramaData& HuginBase::StandardImageVariableGroups::m_pano
protected

Definition at line 159 of file StandardImageVariableGroups.h.

ImageVariableGroup HuginBase::StandardImageVariableGroups::m_stacks
protected

Definition at line 158 of file StandardImageVariableGroups.h.

Referenced by update().


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