#include <vuSphericViewWin.h>
Inheritance diagram for vuSphericViewWin:
Public Member Functions | |
vuSphericViewWin (vuBasicUtility *parent, int size_x, int size_y) | |
constructor | |
~vuSphericViewWin () | |
destructor | |
void | setVolume (vu1611_ST *vol) |
attaches a vuCamera that should be controled by the vuSphericViewWin | |
void | render () |
implementation of the virtual render function | |
bool | glInit () |
our own init function | |
void | glOnMouse (wxMouseEvent &ev) |
mouse handler that performs the arc ball transformation | |
Protected Member Functions | |
void | drawRepresentation (float sx, float sy, float sz) |
Protected Attributes | |
vuBasicUtility * | m_Parent |
pointer to the window that owns this Preview (not used) | |
vu1611_ST * | m_Volume |
reference to the camere that should be controled by the previewer |
Definition at line 12 of file vuSphericViewWin.h.
|
constructor
Definition at line 14 of file vuSphericViewWin.cpp. |
|
destructor
Definition at line 20 of file vuSphericViewWin.cpp. |
|
|
|
our own init function
Reimplemented from vuGLCanvas. Definition at line 39 of file vuSphericViewWin.cpp. |
|
mouse handler that performs the arc ball transformation
Definition at line 48 of file vuSphericViewWin.cpp. |
|
implementation of the virtual render function
Reimplemented from vuGLCanvas. Definition at line 29 of file vuSphericViewWin.cpp. References GL_COLOR_BUFFER_BIT, glClear(), m_Volume, and vu1::preview(). |
Here is the call graph for this function:
|
attaches a vuCamera that should be controled by the vuSphericViewWin
Definition at line 24 of file vuSphericViewWin.cpp. References m_Volume. Referenced by vuSphericIBR< SIZE, TYPE >::init(). |
|
pointer to the window that owns this Preview (not used)
Definition at line 38 of file vuSphericViewWin.h. |
|
reference to the camere that should be controled by the previewer
Definition at line 41 of file vuSphericViewWin.h. Referenced by render(), and setVolume(). |