Loading [MathJax]/extensions/TeX/AMSsymbols.js
Open3D (C++ API)  0.14.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Macros | Functions
DataManager.h File Reference

(4dea5be (Tue Nov 30 18:43:52 2021 -0800))

#include <string>

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::utility
 

Macros

#define TEST_DATA_DIR
 

Functions

std::string open3d::utility::GetDataPathCommon (const std::string &relative_path="")
 
std::string open3d::utility::GetDataPathDownload (const std::string &relative_path="")
 

Detailed Description

TEST_DATA_DIR should be defined as a compile flag. The relative paths are computed from TEST_DATA_DIR. The code that uses TEST_DATA_DIR should be header-only, that is, we should not bake in a TEST_DATA_DIR value in the Open3D main library.

Macro Definition Documentation

◆ TEST_DATA_DIR

#define TEST_DATA_DIR