#include <glui.h>
#define GLUI_ARROW_ENABLE 7 |
#define GLUI_ARROW_ENABLESIZEMODIFICATION 10 |
#define GLUI_ARROW_SIZE 8 |
#define GLUI_ARROW_TF 9 |
#define GLUI_ARROW_X_COUNT 5 |
#define GLUI_ARROW_Y_COUNT 6 |
#define GLUI_ID_BACKGROUND 0 |
#define GLUI_ID_BIGENDIAN 3 |
#define GLUI_ID_CAMERARESET 20 |
#define GLUI_ID_DSEP 12 |
#define GLUI_ID_DT 14 |
#define GLUI_ID_DTEST 13 |
#define GLUI_ID_ENABLE_STREAMLINES 17 |
#define GLUI_ID_FILEBROWSER 2 |
#define GLUI_ID_FUNCTION 25 |
#define GLUI_ID_INTEGRATION 11 |
#define GLUI_ID_LINECLAMP 24 |
#define GLUI_ID_LINEWIDTH 23 |
#define GLUI_ID_MODUS 15 |
#define GLUI_ID_PERIOD 26 |
#define GLUI_ID_QUIT 21 |
#define GLUI_ID_SAVE_OPTIONS_BUTTON 19 |
#define GLUI_ID_SAVE_OPTIONS_TEXTBOX 18 |
#define GLUI_ID_SCREENSHOT 4 |
#define GLUI_ID_SEEDPOINTS 16 |
#define GLUI_ID_STREAMLINE_COLOR_BUTTON 22 |
#define GLUI_ID_TRANSFERFUNCTION_CHECKBOX 1 |
void buildGui | ( | ) |
Builds the GLUI GUI
void enableGUI | ( | ) |
Enables the whole GUI
void gluiCallback | ( | int | id | ) |
int applyArrowTF = 0 |
float arrowsSize = 40.0 |
int arrowsXCount = 10 |
int arrowsYCount = 10 |
int backgroundIndex = 0 |
float dsep = 0.4f |
float dt = 0.005 |
float dtest = 0.2f |
int enableArrowplot = 0 |
int enableSizeModification = 1 |
int enableStreamlines = 1 |
int fileBigEndian |
int functionIndex = 0 |
int functionPeriod = 160 |
int integrationIndex = 0 |
float lineWidth = 0.1f |
float lineWidthClamp = 0.04f |
int modusIndex = 0 |
char* optionsboxText[sizeof(GLUI_String)] |
int seedPoints = 5 |
int transferFunctionValue = 0 |