Main Page
Classes
Files
File List
File Members
kogmo_fob
trackerCalibration
trackerCalibration/Main.cc
Go to the documentation of this file.
1
18
/* system includes */
19
#include <qapplication.h>
20
21
/* my includes */
22
#include "
Tracker_Calibration_impl.h
"
23
24
/*
25
\brief The program's main function.
26
27
28
*/
29
int
main
(
int
argc,
char
**argv)
30
{
31
32
QApplication *qapp;
33
qapp =
new
QApplication(argc, argv);
34
35
Tracker_Calibration_impl
* impl =
new
Tracker_Calibration_impl
();
36
37
qapp->setMainWidget(impl);
38
impl->show();
39
40
qapp->exec();
41
42
delete
impl;
43
delete
qapp;
44
45
return
0;
46
}
47
main
int main(int argc, char **argv)
Definition:
trackerCalibration/Main.cc:29
Tracker_Calibration_impl
Definition:
Tracker_Calibration_impl.h:41
Tracker_Calibration_impl.h
asr_flock_of_birds
Author(s): Bernhardt Andre, Engelmann Stephan, Giesler Björn, Heller Florian, Jäkel Rainer, Nguyen Trung, Pardowitz Michael, Weckesser Peter, Yi Xie, Zöllner Raoul
autogenerated on Mon Jun 10 2019 12:44:40