|
Overture
Version 25
|
#include "GL_GraphicsInterface.h"#include <string.h>#include <GL/gl.h>#include <GL/glu.h>#include "xColours.h"#include "GenericDataBase.h"
Macros | |
| #define | CS (char *)(const char *) |
| #define | gBound(side, axis) pgBound[(side)+2*(axis)] |
| #define | C(x) ( int((x*255)+.5) ) |
Functions | |
| int | checkGLError () |
| void | OV_gluCallback (GLenum err) |
| void | changeView (GL_GraphicsInterface *giPointer, const int &win_number, const real &dx, const real &dy, const real &dz, const real &dThetaX=0., const real &dThetaY=0., const real &dThetaZ=0., const real &magnify=1.) |
Referenced by GL_GraphicsInterface::saveRasterInAFile().
| #define CS (char *)(const char *) |
| #define gBound | ( | side, | |
| axis | |||
| ) | pgBound[(side)+2*(axis)] |
Referenced by GL_GraphicsInterface::display().
| void changeView | ( | GL_GraphicsInterface * | giPointer, |
| const int & | win_number, | ||
| const real & | dx, | ||
| const real & | dy, | ||
| const real & | dz, | ||
| const real & | dThetaX = 0., |
||
| const real & | dThetaY = 0., |
||
| const real & | dThetaZ = 0., |
||
| const real & | magnify = 1. |
||
| ) |
References assert, GL_GraphicsInterface::changeView(), and NULL.
| int checkGLError | ( | ) |
Referenced by GL_GraphicsInterface::display(), graphicsInit(), and moglMakeCurrent().
| void OV_gluCallback | ( | GLenum | err | ) |
References aString.
1.8.3