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 | Functions
TSDFVoxelGridIO.h File Reference

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

#include <string>
#include "open3d/t/geometry/TSDFVoxelGrid.h"

Go to the source code of this file.

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)