Open3D (C++ API)  0.18.0
Namespaces | Functions
VoxelGridIO.cpp File Reference

(b9e049c (Sun Dec 31 11:36:26 2023 -0800))

#include "open3d/io/VoxelGridIO.h"
#include <unordered_map>
#include "open3d/utility/FileSystem.h"
#include "open3d/utility/Logging.h"

Namespaces

 open3d
 
 open3d::io
 

Functions

std::shared_ptr< geometry::VoxelGrid > open3d::io::CreateVoxelGridFromFile (const std::string &filename, const std::string &format, bool print_progress)
 
bool open3d::io::ReadVoxelGrid (const std::string &filename, geometry::VoxelGrid &voxelgrid, const std::string &format, bool print_progress)
 
bool open3d::io::WriteVoxelGrid (const std::string &filename, const geometry::VoxelGrid &voxelgrid, bool write_ascii, bool compressed, bool print_progress)