#include <io.h>#include <iostream>#include "Timer.h"#include "TransferFunction.h"#include "Color.h"#include "main.h"Functions | |
| void | selectFirstSeedPoint (int) |
| void | processMouse (int pButton, int pState, int pX, int pY) |
| void | processMouseMotion (int pX, int pY) |
Variables | |
| TransferFunction * | transFuncScalars |
| TransferFunction * | transFuncVecLength |
| Timer | timer |
| char * | tfScalarsData |
| char * | tfVecLengthData |
| int | tfScalarXMin |
| int | tfScalarYMin |
| int | tfVecLengthXMin |
| int | tfVecLengthYMin |
| int | tfWidth |
| int | tfHeight |
| int | tfCpXOffset |
| int | tfCpSize |
| int | selectedScalarCp = -1 |
| int | selectedVecLengthCp = -1 |
| float | lastMouseClick = -1 |
| int | plotXMin |
| int | plotXMax |
| int | plotYMin |
| int | plotYMax |
| bool | selectSeedPoint = false |
| int | firstSpX |
| int | firstSpY |
| void processMouse | ( | int | pButton, | |
| int | pState, | |||
| int | pX, | |||
| int | pY | |||
| ) |
| void processMouseMotion | ( | int | pX, | |
| int | pY | |||
| ) |
| void selectFirstSeedPoint | ( | int | ) |
| int firstSpX |
| int firstSpY |
| float lastMouseClick = -1 |
| int plotXMax |
| int plotXMin |
| int plotYMax |
| int plotYMin |
| int selectedScalarCp = -1 |
| int selectedVecLengthCp = -1 |
| bool selectSeedPoint = false |
| int tfCpSize |
| int tfCpXOffset |
| int tfHeight |
| char* tfScalarsData |
| int tfScalarXMin |
| int tfScalarYMin |
| char* tfVecLengthData |
| int tfVecLengthXMin |
| int tfVecLengthYMin |
| int tfWidth |
1.5.4