#include <ChoosyRemapper.h>
Inheritance diagram for ChoosyRemapper:

Public Member Functions | |
| ChoosyRemapper (HuginBase::Panorama *m_pano, HuginBase::SrcPanoImage *image, VisualizationState *visualization_state) | |
| ~ChoosyRemapper () | |
| void | UpdateAndResetIndex () |
| bool | GetNextFaceCoordinates (Coords *result) |
| Get the texture and vertex coordinates for the next face. | |
Private Types | |
| enum | RemapperSelection { REMAP_NONE, REMAP_VERTEX, REMAP_TEX } |
Private Attributes | |
| RemapperSelection | selection |
| MeshRemapper * | selected_remapper |
Definition at line 31 of file ChoosyRemapper.h.
|
|
Definition at line 40 of file ChoosyRemapper.h. |
|
||||||||||||||||
|
Definition at line 33 of file ChoosyRemapper.cpp. References selected_remapper, and selection. |
|
|
Definition at line 41 of file ChoosyRemapper.cpp. |
|
|
Get the texture and vertex coordinates for the next face. The coordinates are ordered [left / right][top / bottom][x coord / y coord].
Implements MeshRemapper. Definition at line 162 of file ChoosyRemapper.cpp. References MeshRemapper::GetNextFaceCoordinates(), and selected_remapper. |
|
|
|
Definition at line 42 of file ChoosyRemapper.h. Referenced by ChoosyRemapper(), GetNextFaceCoordinates(), and UpdateAndResetIndex(). |
|
|
Definition at line 41 of file ChoosyRemapper.h. Referenced by ChoosyRemapper(), and UpdateAndResetIndex(). |
1.3.9.1