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 
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__
int main(int argc, const char *argv[])
void RunViewer(int argc, const char *argv[])
Definition: Viewer.cpp:26