

Public Member Functions | |
| Window (eq::Pipe *parent) | |
| Construct a new window. | |
| unsigned int | getCUDADeviceID () |
| unsigned int | getMode () |
Protected Member Functions | |
| virtual | ~Window () |
| Destruct the window. | |
| virtual bool | configInit (const uint32_t initID) |
| Initialize this window. | |
| virtual bool | configInitCUDA () |
| virtual void | swapBuffers () |
| Swap the front and back buffer of the window. | |
Definition at line 37 of file examples/eqNBody/window.h.
| eqNbody::Window::Window | ( | eq::Pipe * | parent | ) | [inline] |
Construct a new window.
Reimplemented from eq::Window.
Definition at line 40 of file examples/eqNBody/window.h.
| virtual eqNbody::Window::~Window | ( | ) | [inline, protected, virtual] |
Destruct the window.
Reimplemented from eq::Window.
Definition at line 46 of file examples/eqNBody/window.h.
| bool eqNbody::Window::configInit | ( | const uint32_t | initID | ) | [protected, virtual] |
Initialize this window.
| initID | the init identifier. |
Reimplemented from eq::Window.
Definition at line 36 of file examples/eqNBody/window.cpp.
References eq::Window::configInit(), EQWARN, eq::Pipe::getDevice(), eq::Window::getName(), and eq::Window::getPipe().

| void eqNbody::Window::swapBuffers | ( | ) | [protected, virtual] |
Swap the front and back buffer of the window.
Reimplemented from eq::Window.
Definition at line 103 of file examples/eqNBody/window.cpp.
References eq::Window::getChannels(), and eq::Window::getPipe().

0.9.1 by
1.6.1