#include <TransferFunctionWindow.hpp>
List of all members.
Member Function Documentation
void TransferFunctionWindow::drawControlPoints |
( |
void |
) |
[static] |
void TransferFunctionWindow::drawGradient |
( |
void |
) |
[static] |
void TransferFunctionWindow::drawHistogram |
( |
void |
) |
[static] |
void TransferFunctionWindow::loadTransferFunction |
( |
const char * |
filename ) |
[static] |
Loads a transfer function.
- Parameters:
-
filename | Filename of the file. |
void TransferFunctionWindow::saveTransferFunction |
( |
const char * |
filename ) |
[static] |
Saves a transfer function.
- Parameters:
-
filename | Filename of the file. |
void TransferFunctionWindow::transferDisplay |
( |
void |
) |
[static] |
Displays transfer function.
void TransferFunctionWindow::transferIdle |
( |
void |
) |
[static] |
Updates the transfer function window.
void TransferFunctionWindow::transferInit |
( |
void |
) |
[static] |
Initializes the transfer function window.
void TransferFunctionWindow::transferKeyboard |
( |
unsigned char |
key, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| [static] |
Processes keyboard input for the transfer function window.
- Parameters:
-
key | The pressed key. |
x | The x coordinate. |
y | The y coordinate. |
void TransferFunctionWindow::transferMotion |
( |
int |
x, |
|
|
int |
y |
|
) |
| [static] |
Processes mouse motion.
- Parameters:
-
x | The x coordinate. |
y | The y coordinate. |
void TransferFunctionWindow::transferMouse |
( |
int |
button, |
|
|
int |
state, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| [static] |
Processes Mouse for transfer window.
- Parameters:
-
button | Pressed button. |
state | state of button. |
x | The x coordinate. |
y | The y coordinate. |
void TransferFunctionWindow::transferReshape |
( |
int |
x, |
|
|
int |
y |
|
) |
| [static] |
Processes resizing of the transfer function window.
- Parameters:
-
x | The x coordinate. |
y | The y coordinate. |
Member Data Documentation
The documentation for this class was generated from the following files: