
#include <cmath>#include <GL/gl.h>#include <GL/glut.h>#include <GL/glu.h>#include <cstdio>#include <cstring>#include <cstdlib>#include "Image/Image.H"#include "Image/ImageSet.H"#include "Component/ModelManager.H"#include "BeoSub/BeoSubTaskDecoder.H"
Go to the source code of this file.
Functions | |
| nub::soft_ref< BeoSubTaskDecoder > | test (new BeoSubTaskDecoder(mgr)) |
| void | initWindow () |
| void | changeSize2 (int w1, int h1) |
| void | changeSize (int w1, int h1) |
| void | drawRecRotate (GLfloat de, GLfloat x, GLfloat y, GLfloat z, GLfloat w, GLfloat d, GLfloat h) |
| void | setOrthographicProjection () |
| void | resetPerspectiveProjection () |
| void | renderBitmapString (float x, float y, void *font, char *string) |
| void | initScene () |
| void | orientMe (float ang) |
| void | moveMeFlat (int i) |
| void | moveMeVer (int i) |
| void | renderScene2 (int currentWindow) |
| void | renderScene () |
| void | renderScenesw4 () |
| void | advance (int steps) |
| void | renderSceneAll () |
| void | processNormalKeys (unsigned char key, int x, int y) |
| void | pressKey (int key, int x, int y) |
| void | releaseKey (int key, int x, int y) |
| int | main (int argc, char **argv) |
Variables | |
| float | fangle = 0.0 |
| float | deltaAngle = 0.0 |
| float | ratio |
| float | dtemp |
| float | x = 0.0f |
| float | y = 5.0f |
| float | z = 2.0f |
| float | lx = 0.0f |
| float | ly = 0.0f |
| float | lz = -0.1f |
| bool | shape = true |
| int | sw = 320 |
| int | sh = 240 |
| int | deltaMove = 0 |
| int | h = 300 |
| int | w = 300 |
| int | deltaDepth = 0 |
| int | counter = 0 |
| void * | font = GLUT_BITMAP_8_BY_13 |
| int | bitmapHeight = 13 |
| int | frame |
| Will turn false on interrupt signal. | |
| int | atime |
| int | timebase = 0 |
| int | outframe |
| int | outtime |
| int | outtimebase = 0 |
| int | decode = 0 |
| char | s [30] |
| char | s2 [30] |
| int | mainWindow |
| int | subWindow4 |
| float | avgFR = 0.0F |
| byte * | image = new byte[sw*sh*3] |
| ImageSet< PixRGB< byte > > | inStream |
| ModelManager | mgr ("BeoSubTaskDecoder Tester") |
[put description here]
Definition in file test-BeoSubDecoder.C.
| int frame |
Will turn false on interrupt signal.
Definition at line 37 of file test-BeoSubDecoder.C.
1.6.3