Open3D (C++ API)  0.14.1+b449b58
Data Structures | Namespaces | Functions
TSDFVoxelGridIO.cpp File Reference

(b449b58 (Tue Feb 1 00:24:03 2022 -0800))

#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)