Last change
on this file since 574 was
574,
checked in by kennell, 16 years ago
|
Rearranged Makefile to refer to libviz.a instead of a bunch of objects.
Changed references to <GL/glui.h> to <glui.h>
Minor correction of a static class method declaration.
|
File size:
456 bytes
|
Line | |
---|
1 | #include "GL/glut.h" |
---|
2 | #include "glui.h" |
---|
3 | |
---|
4 | #ifndef __TF_MAIN_H__ |
---|
5 | #define __TF_MAIN_H__ |
---|
6 | |
---|
7 | extern bool gvIsDragging; |
---|
8 | extern int colorPaletteWindow; //glut windowID: color palette |
---|
9 | extern int mainWindow; //glut windowID: mainwindow |
---|
10 | extern int colorMapWindow; //glut windowID: colorMap subwindow |
---|
11 | extern int transferFunctionWindow; //glut windowID: transforFunction |
---|
12 | |
---|
13 | extern float color_table[256][4]; |
---|
14 | extern float control_point_scale; |
---|
15 | |
---|
16 | #endif // __TF_MAIN_H__ |
---|
Note: See
TracBrowser
for help on using the repository browser.