VisLU Flow 0.1
Static Public Member Functions

Engine Class Reference

two important components of the system, the renderer and the window. More...

List of all members.

Static Public Member Functions

static void initialize ()
 sets up important stuff for the application
static void deinitialize ()
 cleans up the application
static void start ()
 starts the application
static RenderergetRenderer ()
 returns the Renderer
static WindowgetWindow ()
 returns the Window

Detailed Description

two important components of the system, the renderer and the window.


Member Function Documentation

void Engine::deinitialize ( ) [static]

cleans up the application

Deletes renderer and window.

static Renderer& Engine::getRenderer ( ) [inline, static]

returns the Renderer

Returns:
the Renderer
static Window& Engine::getWindow ( ) [inline, static]

returns the Window

Returns:
the main window
void Engine::initialize ( ) [static]

sets up important stuff for the application

Init renderer and window.

void Engine::start ( ) [static]

starts the application

Opens the window.


The documentation for this class was generated from the following files:
 All Classes Functions Variables