Program execution starts here. Server is started, main window is built, and the interactive loop is started. More...
#include <iostream>
#include <graspitApp.h>
#include "graspitGUI.h"
#include "graspitServer.h"
#include "mainWindow.h"
Go to the source code of this file.
Defines | |
#define | GRASPITDBG |
Functions | |
int | main (int argc, char **argv) |
Program execution starts here. Server is started, main window is built, and the interactive loop is started.
The main call returns an exit code as indicated by the graspit GUI (0 by default) to provide feedback to calling program, if desired.
Definition in file main.cpp.