#include <browser.h>
Inheritance diagram for vu1611_1< SIZE, TYPE >:
Public Member Functions | |
vu1611_1 () | |
default constructor | |
vuSphericView< SIZE, TYPE > * | getCurrentView () |
returns the currentView (best fitting view) | |
void | setViewIndex (dword idx) |
Sets the current view index. | |
dword | getViewIndex () |
Get the current view index. | |
virtual void | render () |
Renders the current view, depending on the camera. | |
virtual void | initOpenGL (void) |
Initialize openGL. | |
virtual void | glResize (dword width, dword height) |
OpenGl Resize callback. | |
vuFixelMap< SIZE, TYPE > * | getMap () |
Protected Attributes | |
dword | m_viewIdx |
number of current view |
Definition at line 9 of file browser.h.
|
default constructor
Definition at line 4 of file browser.cpp. References vu1611_1< SIZE, TYPE >::m_viewIdx. |
|
returns the currentView (best fitting view)
Definition at line 10 of file browser.cpp. Referenced by vu1611_1< SIZE, TYPE >::getMap(), vu1611_1< SIZE, TYPE >::glResize(), vu1611_1< SIZE, TYPE >::initOpenGL(), vu1611_3< SIZE, TYPE >::render(), and vu1611_1< SIZE, TYPE >::render(). |
|
Definition at line 37 of file browser.cpp. References vu1611_1< SIZE, TYPE >::getCurrentView(). |
Here is the call graph for this function:
|
Get the current view index.
Definition at line 24 of file browser.cpp. References dword. |
|
OpenGl Resize callback.
Reimplemented from vu1611< SIZE, TYPE >. Definition at line 52 of file browser.cpp. References vu1611_1< SIZE, TYPE >::getCurrentView(). |
Here is the call graph for this function:
|
Initialize openGL.
Definition at line 45 of file browser.cpp. References vu1611_1< SIZE, TYPE >::getCurrentView(). |
Here is the call graph for this function:
|
Renders the current view, depending on the camera.
Implements vu1. Reimplemented in vu1611_3< SIZE, TYPE >. Definition at line 31 of file browser.cpp. References vu1611_1< SIZE, TYPE >::getCurrentView(). |
Here is the call graph for this function:
|
Sets the current view index.
Definition at line 17 of file browser.cpp. References vu1611_1< SIZE, TYPE >::m_viewIdx. |
|
number of current view
Definition at line 38 of file browser.h. Referenced by vu1611_1< SIZE, TYPE >::setViewIndex(), and vu1611_1< SIZE, TYPE >::vu1611_1(). |