src
tools
lvr2_viewer
app
LVRMain.cpp
Go to the documentation of this file.
1
28
#include <QtGui>
29
#include "
LVRMainWindow.hpp
"
30
31
int
main
(
int
argc
,
char
**
argv
)
32
{
33
QApplication app(
argc
,
argv
);
34
35
lvr2::LVRMainWindow
mainWindow;
36
mainWindow.
parseCommandLine
(
argc
,
argv
);
37
mainWindow.show();
38
39
return
app.exec();
40
}
main
int main(int argc, char **argv)
Definition:
LVRMain.cpp:31
LVRMainWindow.hpp
lvr2::LVRMainWindow::parseCommandLine
void parseCommandLine(int argc, char **argv)
Definition:
LVRMainWindow.cpp:1993
argc
int argc
Definition:
tests_high_five_parallel.cpp:27
lvr2::LVRMainWindow
Definition:
LVRMainWindow.hpp:124
argv
char ** argv
Definition:
tests_high_five_parallel.cpp:28
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz
, Alexander Mock
, Lars Kiesow
, Lukas Kalbertodt
, Tristan Igelbrink
, Johan M. von Behren
, Dominik Feldschnieders
, Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:24