#include <vuBasicSubWindow.h>
Inheritance diagram for vuBasicSubWindow:
Public Member Functions | |
vuBasicSubWindow (vuBasicUtility *parent, int Xsize, int Ysize) | |
constructor | |
~vuBasicSubWindow () | |
destructor | |
void | setVolume (vuVolume *vol) |
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 Attributes | |
vuBasicUtility * | m_Parent |
pointer to the window that owns this Preview (not used) | |
vuVolume * | m_Volume |
Definition at line 9 of file vuBasicSubWindow.h.
|
constructor
Definition at line 14 of file vuBasicSubWindow.cpp. |
|
destructor
Definition at line 20 of file vuBasicSubWindow.cpp. |
|
our own init function
Reimplemented from vuGLCanvas. Definition at line 50 of file vuBasicSubWindow.cpp. References vuGLCanvas::getHeight(), vuGLCanvas::getWidth(), vu1::glResize(), and m_Volume. |
Here is the call graph for this function:
|
mouse handler that performs the arc ball transformation
Definition at line 62 of file vuBasicSubWindow.cpp. |
|
implementation of the virtual render function
Reimplemented from vuGLCanvas. Definition at line 29 of file vuBasicSubWindow.cpp. References byte, dword, vuGLCanvas::getHeight(), vuGLCanvas::getWidth(), GL_LUMINANCE, GL_UNSIGNED_BYTE, glDrawPixels(), glPixelZoom(), vu1::IsReRendering(), m_Volume, vu1::render(), and vu1::setIsReRendering(). |
Here is the call graph for this function:
|
set the volume to display Definition at line 24 of file vuBasicSubWindow.cpp. |
|
pointer to the window that owns this Preview (not used)
Definition at line 34 of file vuBasicSubWindow.h. |
|
Definition at line 35 of file vuBasicSubWindow.h. Referenced by glInit(), render(), and setVolume(). |