source: tags/ms_r18q1/RNA3D/RNA3D_OpenGLEngine.hxx

Last change on this file was 16765, checked in by westram, 6 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 728 bytes
Line 
1#include <Xm/Xm.h>
2
3#define CREATED     1
4#define NOT_CREATED 0
5
6void ReshapeOpenGLWindow(GLint width, GLint height);
7void InitializeOpenGLEngine(GLint width, GLint height);
8void RenderOpenGLScene(Widget w);
9void InitializeOpenGLWindow(Widget w);
10void ComputeRotationXY(int x, int y);
11void MapDisplayParameters(AW_root *aw_root);
12void DisplayPostionsIntervalChanged_CB(AW_root *awr);
13void MapSelectedSpeciesChanged_CB(AW_root *awr);
14void CursorPositionChanged_CB(AW_root *awr);
15void DisplayHelixNrsChanged_CB(AW_root *awr, bool upper_limit_changed);
16void MapSaiToEcoliTemplateChanged_CB(AW_root *awr);
17void MapSearchStringsToEcoliTemplateChanged_CB(AW_root *awr);
18void WinToScreenCoordinates(int x, int y, GLdouble *screenPos);
Note: See TracBrowser for help on using the repository browser.