|
Open3D (C++ API)
0.14.1
|
#include "open3d/t/io/TSDFVoxelGridIO.h"#include <json/json.h>#include "open3d/io/IJsonConvertibleIO.h"#include "open3d/t/io/HashMapIO.h"#include "open3d/t/io/NumpyIO.h"#include "open3d/utility/FileSystem.h"Data Structures | |
| class | open3d::t::io::TSDFVoxelGridMetadata |
Namespaces | |
| open3d | |
| open3d::t | |
| open3d::t::io | |
Functions | |
| std::shared_ptr< geometry::TSDFVoxelGrid > | open3d::t::io::CreateTSDFVoxelGridFromFile (const std::string &file_name) |
| bool | open3d::t::io::ReadTSDFVoxelGrid (const std::string &file_name, geometry::TSDFVoxelGrid &tsdf_voxelgrid) |
| bool | open3d::t::io::WriteTSDFVoxelGrid (const std::string &file_name, const geometry::TSDFVoxelGrid &tsdf_voxelgrid) |
1.8.13