source: trunk/packages/vizservers/nanovis/transfer-function/TransferFunctionMain.h @ 1703

Last change on this file since 1703 was 944, checked in by gah, 16 years ago
File size: 457 bytes
Line 
1
2#include <GL/glut.h>
3#include <glui.h>
4
5#ifndef __TF_MAIN_H__
6#define __TF_MAIN_H__
7
8extern bool gvIsDragging;
9extern int colorPaletteWindow;          //glut windowID: color palette
10extern int mainWindow;                  //glut windowID: mainwindow
11extern int colorMapWindow;              //glut windowID: colorMap subwindow
12extern int transferFunctionWindow;      //glut windowID: transforFunction
13
14extern float color_table[256][4];
15extern float control_point_scale;
16
17#endif // __TF_MAIN_H__
Note: See TracBrowser for help on using the repository browser.