Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Open3DConfig.h
Go to the documentation of this file.
1// ----------------------------------------------------------------------------
2// - Open3D: www.open3d.org -
3// ----------------------------------------------------------------------------
4// Copyright (c) 2018-2024 www.open3d.org
5// SPDX-License-Identifier: MIT
6// ----------------------------------------------------------------------------
7
8// clang-format off
9// Open3D version
10#define OPEN3D_VERSION_MAJOR 0
11#define OPEN3D_VERSION_MINOR 19
12#define OPEN3D_VERSION_PATCH 0
13#define OPEN3D_VERSION_TWEAK
14#define OPEN3D_VERSION "0.19.0"
15
16// Open3D info
17#define OPEN3D_HOME "https://www.open3d.org"
18#define OPEN3D_DOCS "https://www.open3d.org/docs"
19#define OPEN3D_CODE "https://github.com/isl-org/Open3D"
20#define OPEN3D_ISSUES "https://github.com/isl-org/Open3D/issues"
21
22namespace open3d {
23
24 void PrintOpen3DVersion();
25
26}
27// clang-format on
Definition PinholeCameraIntrinsic.cpp:16
void PrintOpen3DVersion()
Definition Open3DConfig.cpp:14