|
Hugin trunk 0.1
|
#include <GLViewer.h>

Public Member Functions | |
| GLPreview (wxWindow *parent, HuginBase::Panorama &pano, int args[], GLPreviewFrame *frame, wxGLContext *shared_context=NULL) | |
| void | setUp () |
Public Member Functions inherited from GLViewer | |
| GLViewer (wxWindow *parent, HuginBase::Panorama &pano, int args[], GLPreviewFrame *frame, wxGLContext *shared_context=NULL) | |
| virtual | ~GLViewer () |
| void | RedrawE (wxPaintEvent &e) |
| void | Resized (wxSizeEvent &e) |
| void | Redraw () |
| void | SetUpContext () |
| void | SetPhotometricCorrect (bool state) |
| virtual void | SetLayoutMode (bool state) |
| virtual void | SetLayoutScale (double scale) |
| void | SetActive (bool active) |
| bool | IsActive () |
| wxGLContext * | GetContext () |
| void | SetViewerBackground (wxColour col) |
| void | MarkToolsDirty () |
Definition at line 110 of file GLViewer.h.
|
inline |
Definition at line 113 of file GLViewer.h.
|
virtual |
Implements GLViewer.
Definition at line 190 of file GLViewer.cpp.
References DEBUG_DEBUG, GLViewer::frame, VisualizationState::GetMeshManager(), ViewState::GetTextureManager(), GLViewer::m_background_color, GLViewer::m_pano, GLViewer::m_renderer, GLViewer::m_tool_helper, GLViewer::m_toolsInitialized, GLViewer::m_view_state, GLViewer::m_view_state_observer, GLViewer::m_visualization_state, GLPreviewFrame::MakePreviewTools(), GLViewer::RefreshWrapper(), and threshold().
Referenced by GLViewer::SetUpContext().