source: tags/arb-6.0/RNA3D/RNA3D_OpenGLEngine.hxx

Last change on this file was 8309, checked in by westram, 12 years ago
  • moved much code into static scope

(partly reverted by [8310])

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 702 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);
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.