source: trunk/gui/vizservers/nanovis/transfer-function/TransferFunctionMain.h @ 574

Last change on this file since 574 was 574, checked in by kennell, 17 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
7extern bool gvIsDragging;
8extern int colorPaletteWindow;          //glut windowID: color palette
9extern int mainWindow;                  //glut windowID: mainwindow
10extern int colorMapWindow;              //glut windowID: colorMap subwindow
11extern int transferFunctionWindow;      //glut windowID: transforFunction
12
13extern float color_table[256][4];
14extern float control_point_scale;
15
16#endif // __TF_MAIN_H__
Note: See TracBrowser for help on using the repository browser.