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

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

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

Go to the source code of this file.

Namespaces

namespace  open3d
 
namespace  open3d::io
 

Functions

std::shared_ptr< geometry::Octreeopen3d::io::CreateOctreeFromFile (const std::string &filename, const std::string &format)
 
bool open3d::io::ReadOctree (const std::string &filename, geometry::Octree &octree, const std::string &format)
 
bool open3d::io::WriteOctree (const std::string &filename, const geometry::Octree &octree)
 
bool open3d::io::ReadOctreeFromJson (const std::string &filename, geometry::Octree &octree)
 
bool open3d::io::WriteOctreeToJson (const std::string &filename, const geometry::Octree &octree)