ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
CloudViewerApp.cpp
Go to the documentation of this file.
1
// ----------------------------------------------------------------------------
2
// - CloudViewer: www.cloudViewer.org -
3
// ----------------------------------------------------------------------------
4
// Copyright (c) 2018-2024 www.cloudViewer.org
5
// SPDX-License-Identifier: MIT
6
// ----------------------------------------------------------------------------
7
8
#include "
CloudViewerApp.h
"
9
10
#include <
CloudViewer.h
>
11
12
#include <string>
13
14
#include "
cloudViewer/visualization/app/Viewer.h
"
15
16
using namespace
cloudViewer::visualization::app
;
17
18
#if __APPLE__
19
// CloudViewerApp_mac.mm
20
#else
21
int
main
(
int
argc,
const
char
*argv[]) {
22
RunViewer
(argc, argv);
23
return
0;
24
}
25
#endif
// __APPLE__
main
int main(int argc, const char *argv[])
Definition:
CloudViewerApp.cpp:21
CloudViewerApp.h
CloudViewer.h
Viewer.h
cloudViewer::visualization::app
Definition:
Viewer.cpp:20
cloudViewer::visualization::app::RunViewer
void RunViewer(int argc, const char *argv[])
Definition:
Viewer.cpp:26
libs
CVViewer
apps
CloudViewerApp
CloudViewerApp.cpp
Generated on Wed Jan 28 2026 09:00:58 for ACloudViewer by
1.9.1