Vis::TFPanel Class Reference
#include <VisTFPanel.h>
List of all members.
Detailed Description
Class to draw and generate the transfer function.
Constructor & Destructor Documentation
Vis::TFPanel::TFPanel |
( |
wxFrame * |
parent |
) |
|
Vis::TFPanel::~TFPanel |
( |
|
) |
|
Member Function Documentation
void Vis::TFPanel::eventMouseDown |
( |
wxMouseEvent & |
event |
) |
|
Mouse down event, insert TF-keyframes.
- Parameters:
-
void Vis::TFPanel::eventMouseLeave |
( |
wxMouseEvent & |
event |
) |
|
Mouse leave event.
- Parameters:
-
void Vis::TFPanel::eventMouseMove |
( |
wxMouseEvent & |
event |
) |
|
Mouse move event, move TF-keyframes.
- Parameters:
-
void Vis::TFPanel::eventMouseRightDown |
( |
wxMouseEvent & |
event |
) |
|
Mouse right, popup menu to delete and change the color for TF-keyframes.
- Parameters:
-
void Vis::TFPanel::eventMouseUp |
( |
wxMouseEvent & |
event |
) |
|
Mouse up event, insert TF-keyframes.
- Parameters:
-
void Vis::TFPanel::eventPaint |
( |
wxPaintEvent & |
event |
) |
|
Paing event, draw and generate the transfer function.
- Parameters:
-
void Vis::TFPanel::loadTF |
( |
const string & |
filename |
) |
|
Load the transfer function from a file.
- Parameters:
-
| filename | transfer function file. |
void Vis::TFPanel::newTF |
( |
|
) |
|
Initialize the transfer function.
void Vis::TFPanel::saveTF |
( |
const string & |
filename |
) |
|
Save the transfer function into a file.
- Parameters:
-
| filename | transfer function file. |
void Vis::TFPanel::setFlowData |
( |
FlowData * |
flowData |
) |
|
Set the flow data.
- Parameters:
-
void Vis::TFPanel::setGLCanvas |
( |
GLCanvas * |
glCanvas |
) |
|
Set the OpenGL-canvas
- Parameters:
-
void Vis::TFPanel::setNumChannel |
( |
int |
numChannel |
) |
|
Set the number of the acitve channel in the transfer function panel.
- Parameters:
-
| numChannel | number of the acitve channel. |
The documentation for this class was generated from the following files:
- E:/Studium/vislu/abgabe2/visproj/src/window/VisTFPanel.h
- E:/Studium/vislu/abgabe2/visproj/src/window/impl/VisTFPanel.cpp