ARB
RNA3D_OpenGLEngine.hxx
Go to the documentation of this file.
1 #include <Xm/Xm.h>
2 
3 #define CREATED 1
4 #define NOT_CREATED 0
5 
6 void ReshapeOpenGLWindow(GLint width, GLint height);
7 void InitializeOpenGLEngine(GLint width, GLint height);
10 void ComputeRotationXY(int x, int y);
11 void MapDisplayParameters(AW_root *aw_root);
15 void DisplayHelixNrsChanged_CB(AW_root *awr, bool upper_limit_changed);
18 void WinToScreenCoordinates(int x, int y, GLdouble *screenPos);
void MapSelectedSpeciesChanged_CB(AW_root *awr)
void InitializeOpenGLWindow(Widget w)
static char * y[maxsp+1]
void MapSearchStringsToEcoliTemplateChanged_CB(AW_root *awr)
void MapSaiToEcoliTemplateChanged_CB(AW_root *awr)
void ReshapeOpenGLWindow(GLint width, GLint height)
void DisplayHelixNrsChanged_CB(AW_root *awr, bool upper_limit_changed)
void DisplayPostionsIntervalChanged_CB(AW_root *awr)
void MapDisplayParameters(AW_root *aw_root)
void RenderOpenGLScene(Widget w)
void InitializeOpenGLEngine(GLint width, GLint height)
void ComputeRotationXY(int x, int y)
void CursorPositionChanged_CB(AW_root *awr)
void WinToScreenCoordinates(int x, int y, GLdouble *screenPos)
struct _WidgetRec * Widget
Definition: aw_base.hxx:48