#include <io.h>#include <iostream>#include <string.h>#include <glew.h>#include <GL/glui.h>#include "TransferFunction.h"#include "main.h"Functions | |
| void | loadSetting (int) |
| void | saveSetting (int) |
| void | changeSettingFile (int) |
| void | updateSettingFileNames () |
| void | loadSettingFileNames () |
| void | saveSettingFileNames () |
Variables | |
| GLUI_Listbox * | ui_settingFiles |
| GLUI_EditText * | ui_settingFileName |
| int | selectedSettingFile |
| string | settingFileName |
| int | doLoadSaveTFScalar |
| int | doLoadSaveTFArrow |
| int | doLoadSaveArrowSettings |
| TransferFunction * | transFuncScalars |
| TransferFunction * | transFuncVecLength |
| vector< string > | settingFileNames |
| int | numSettingFiles = 20 |
| void changeSettingFile | ( | int | ) |
| void loadSetting | ( | int | ) |
| void loadSettingFileNames | ( | ) |
| void saveSetting | ( | int | ) |
| void saveSettingFileNames | ( | ) |
| void updateSettingFileNames | ( | ) |
| int numSettingFiles = 20 |
| string settingFileName |
| vector<string> settingFileNames |
| GLUI_EditText* ui_settingFileName |
| GLUI_Listbox* ui_settingFiles |
1.5.4