Open3D (C++ API)
0.14.1
|
#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="") |
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.
#define TEST_DATA_DIR |