Open3D (C++ API)  0.18.0+5c982c7
Namespaces | Functions
OctreeIO.cpp File Reference

(5c982c7 (Thu Apr 18 12:15:13 2024 -0700))

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

Namespaces

 open3d
 
 open3d::io
 

Functions

std::shared_ptr< geometry::Octree > open3d::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)