ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
CloudViewerConfig.h File Reference
#include <string>
#include "CVCoreLib.h"
Include dependency graph for CloudViewerConfig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 

Macros

#define CLOUDVIEWER_VERSION_MAJOR   3
 
#define CLOUDVIEWER_VERSION_MINOR   9
 
#define CLOUDVIEWER_VERSION_PATCH   4
 
#define CLOUDVIEWER_VERSION_TWEAK
 
#define CLOUDVIEWER_VERSION   "3.9.4"
 
#define CLOUDVIEWER_HOME   "https://asher-1.github.io/ACloudViewer/"
 
#define CLOUDVIEWER_DOCS   "https://asher-1.github.io/ACloudViewer/docs"
 
#define CLOUDVIEWER_CODE   "https://github.com/Asher-1/ACloudViewer"
 
#define CLOUDVIEWER_ISSUES   "https://github.com/Asher-1/ACloudViewer/issues"
 

Functions

void cloudViewer::PrintCloudViewerVersion ()
 
std::string cloudViewer::GetCloudViewerVersion ()
 
std::string cloudViewer::GetBuildInfo ()
 
std::string cloudViewer::GetCloudViewerBuildInfo ()
 

Variables

static const std::string cloudViewer::CLOUDVIEWER_VERSION_STR = "3.9.4"
 
static const std::string cloudViewer::CLOUDVIEWER_GIT_COMMIT_ID = "5f3adc85c"
 
static const std::string cloudViewer::CLOUDVIEWER_GIT_COMMIT_DATE = "2026-02-02"
 

Macro Definition Documentation

◆ CLOUDVIEWER_CODE

#define CLOUDVIEWER_CODE   "https://github.com/Asher-1/ACloudViewer"

Definition at line 22 of file CloudViewerConfig.h.

◆ CLOUDVIEWER_DOCS

#define CLOUDVIEWER_DOCS   "https://asher-1.github.io/ACloudViewer/docs"

Definition at line 21 of file CloudViewerConfig.h.

◆ CLOUDVIEWER_HOME

#define CLOUDVIEWER_HOME   "https://asher-1.github.io/ACloudViewer/"

Definition at line 20 of file CloudViewerConfig.h.

◆ CLOUDVIEWER_ISSUES

#define CLOUDVIEWER_ISSUES   "https://github.com/Asher-1/ACloudViewer/issues"

Definition at line 23 of file CloudViewerConfig.h.

◆ CLOUDVIEWER_VERSION

#define CLOUDVIEWER_VERSION   "3.9.4"

Definition at line 17 of file CloudViewerConfig.h.

◆ CLOUDVIEWER_VERSION_MAJOR

#define CLOUDVIEWER_VERSION_MAJOR   3

Definition at line 13 of file CloudViewerConfig.h.

◆ CLOUDVIEWER_VERSION_MINOR

#define CLOUDVIEWER_VERSION_MINOR   9

Definition at line 14 of file CloudViewerConfig.h.

◆ CLOUDVIEWER_VERSION_PATCH

#define CLOUDVIEWER_VERSION_PATCH   4

Definition at line 15 of file CloudViewerConfig.h.

◆ CLOUDVIEWER_VERSION_TWEAK

#define CLOUDVIEWER_VERSION_TWEAK

Definition at line 16 of file CloudViewerConfig.h.