Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ChoosyRemapper.h
Go to the documentation of this file.
1 // -*- c-basic-offset: 4 -*-
2 
23 #ifndef _CHOOSYREMAPPER_H
24 #define _CHOOSYREMAPPER_H
25 
26 #include "MeshRemapper.h"
27 
32 {
33 public:
37  void UpdateAndResetIndex();
38  bool GetNextFaceCoordinates(Coords *result);
39 private:
43 };
44 
45 
46 #endif
An abstract base class for objects that calculate an approximate remap specified by quadrilatrials...
Definition: MeshRemapper.h:43
A class for exchanging pointers to coordinates.
Definition: MeshRemapper.h:60
HuginBase::SrcPanoImage * image
Definition: MeshRemapper.h:85
bool GetNextFaceCoordinates(Coords *result)
Get the texture and vertex coordinates for the next face.
VisualizationState * visualization_state
Definition: MeshRemapper.h:83
Model for a panorama.
Definition: Panorama.h:152
ChoosyRemapper(HuginBase::Panorama *m_pano, HuginBase::SrcPanoImage *image, VisualizationState *visualization_state)
void UpdateAndResetIndex()
RemapperSelection selection
A ChoosyRemapper combines the other MeshRemappers and picks which one it deems is best suited for eac...
All variables of a source image.
Definition: SrcPanoImage.h:194
MeshRemapper * selected_remapper
HuginBase::Panorama * m_pano
Definition: MeshRemapper.h:84