Changeset View
Changeset View
Standalone View
Standalone View
extern/draco/dracoenc/src/draco/core/draco_test_utils.h
| Context not available. | |||||
| const std::string path = GetTestFileFullPath(file_name); | const std::string path = GetTestFileFullPath(file_name); | ||||
| return ReadMeshFromFile(path, use_metadata).value(); | return ReadMeshFromFile(path, use_metadata).value(); | ||||
| } | } | ||||
| inline std::unique_ptr<Mesh> ReadMeshFromTestFile(const std::string &file_name, | |||||
| const Options &options) { | |||||
| const std::string path = GetTestFileFullPath(file_name); | |||||
| return ReadMeshFromFile(path, options).value(); | |||||
| } | |||||
| inline std::unique_ptr<PointCloud> ReadPointCloudFromTestFile( | inline std::unique_ptr<PointCloud> ReadPointCloudFromTestFile( | ||||
| const std::string &file_name) { | const std::string &file_name) { | ||||
| Context not available. | |||||