Vis::GLCanvas Class Reference
#include <VisGLCanvas.h>
List of all members.
Detailed Description
wxPanel to render with OpenGL.
Constructor & Destructor Documentation
Vis::GLCanvas::GLCanvas |
( |
wxFrame * |
parent, |
|
|
int * |
attrList | |
|
) |
| | |
ctor.
- Parameters:
-
| parent | Parent frame |
| Attribute | List, number of bits for the depth buffer, ... |
Vis::GLCanvas::~GLCanvas |
( |
|
) |
|
Member Function Documentation
void Vis::GLCanvas::enableCustomPick |
( |
bool |
tf |
) |
|
enable custom streamline pick mode
void Vis::GLCanvas::eventEraseBackground |
( |
wxEraseEvent & |
event |
) |
|
Event to erase the background.
- Parameters:
-
void Vis::GLCanvas::eventKey |
( |
wxKeyEvent & |
event |
) |
|
Key event, to delete and change the color for TF-keyframes.
- Parameters:
-
void Vis::GLCanvas::eventMotion |
( |
wxMouseEvent & |
event |
) |
|
Event for mouse motion.
- Parameters:
-
void Vis::GLCanvas::eventMouseWheel |
( |
wxMouseEvent & |
event |
) |
|
Event for mouse wheel.
- Parameters:
-
void Vis::GLCanvas::eventPaint |
( |
wxPaintEvent & |
event |
) |
|
Event to paint the canvas.
- Parameters:
-
void Vis::GLCanvas::eventResize |
( |
wxSizeEvent & |
event |
) |
|
Event to resize the canvas.
- Parameters:
-
void Vis::GLCanvas::exportAsImage |
( |
const string & |
filename |
) |
|
Export the direct volume rendering as an image.
- Parameters:
-
PlotArrows& Vis::GLCanvas::getArrowPlot |
( |
|
) |
[inline] |
get the arrow plot Object
get the custom streamline plot Object
get the streamline plot Object
void Vis::GLCanvas::setFlowData |
( |
FlowData * |
data |
) |
|
Set the volume data.
- Parameters:
-
The documentation for this class was generated from the following files:
- E:/Studium/vislu/abgabe2/visproj/src/window/VisGLCanvas.h
- E:/Studium/vislu/abgabe2/visproj/src/window/impl/VisGLCanvas.cpp