CUDARayCasting::Application Class Reference

It's the main point entry of the test. Creates the test runner and then, creates the main window. More...

#include <Application.h>

List of all members.

Public Member Functions

 Application (int argc, char **argv, int positionX, int positionY, int width, int height, const std::string &windowName)
 ~Application (void)
 Destructor.

Detailed Description

It's the main point entry of the test. Creates the test runner and then, creates the main window.

See also:
GlutWrapper::Window
CUDARayCastingTestRunner

Constructor & Destructor Documentation

Application::Application ( int  argc,
char **  argv,
int  positionX,
int  positionY,
int  width,
int  height,
const std::string &  windowName 
)

Constructor

Parameters:
argc number of application arguments (for glut initialization)
argv application arguments (for glut initialization)
positionX render window position X coordinate
positionY render window position Y coordinate
width render window height
windowName render window name

The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.2