#include <DelaunayTestApp.h>
Public Member Functions | |
DelaunayTestApp (int argc, char **argv, int positionX, int positionY, int width, int height, const std::string &windowName) | |
~DelaunayTestApp (void) | |
Destructor. |
DelaunayTestApp::DelaunayTestApp | ( | int | argc, | |
char ** | argv, | |||
int | positionX, | |||
int | positionY, | |||
int | width, | |||
int | height, | |||
const std::string & | windowName | |||
) |
Constructor
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 |