Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Namespaces | Functions
VoxelGridIO.h File Reference

(bba9247 (Tue Jul 28 21:42:19 2026 -0700))

#include <string>
#include "open3d/geometry/VoxelGrid.h"

Go to the source code of this file.

Namespaces

namespace  open3d
 
namespace  open3d::io
 

Functions

std::shared_ptr< geometry::VoxelGridopen3d::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)
 
bool open3d::io::ReadVoxelGridFromPLY (const std::string &filename, geometry::VoxelGrid &voxelgrid, bool print_progress)
 
bool open3d::io::WriteVoxelGridToPLY (const std::string &filename, const geometry::VoxelGrid &voxelgrid, bool write_ascii, bool compressed, bool print_progress)