ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
CloudViewerConfig.h
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 // clang-format off
9 // cloudViewer version
10 #include <string>
11 #include "CVCoreLib.h"
12 
13 #define CLOUDVIEWER_VERSION_MAJOR 3
14 #define CLOUDVIEWER_VERSION_MINOR 9
15 #define CLOUDVIEWER_VERSION_PATCH 4
16 #define CLOUDVIEWER_VERSION_TWEAK
17 #define CLOUDVIEWER_VERSION "3.9.4"
18 
19 // cloudViewer info
20 #define CLOUDVIEWER_HOME "https://asher-1.github.io/ACloudViewer/"
21 #define CLOUDVIEWER_DOCS "https://asher-1.github.io/ACloudViewer/docs"
22 #define CLOUDVIEWER_CODE "https://github.com/Asher-1/ACloudViewer"
23 #define CLOUDVIEWER_ISSUES "https://github.com/Asher-1/ACloudViewer/issues"
24 
25 namespace cloudViewer {
26  const static std::string CLOUDVIEWER_VERSION_STR = "3.9.4";
27  const static std::string CLOUDVIEWER_GIT_COMMIT_ID = "5f3adc85c";
28  const static std::string CLOUDVIEWER_GIT_COMMIT_DATE = "2026-02-02";
29 
31 
33 
34  std::string CV_CORE_LIB_API GetBuildInfo();
36 }
37 // clang-format on
#define CV_CORE_LIB_API
Definition: CVCoreLibWin.h:15
Generic file read and write utility for python interface.
std::string GetCloudViewerVersion()
static const std::string CLOUDVIEWER_GIT_COMMIT_DATE
std::string GetCloudViewerBuildInfo()
void PrintCloudViewerVersion()
static const std::string CLOUDVIEWER_VERSION_STR
static const std::string CLOUDVIEWER_GIT_COMMIT_ID
std::string GetBuildInfo()