ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
OctreeIO.h File Reference
#include <Octree.h>
#include <string>
#include "CV_io.h"
Include dependency graph for OctreeIO.h:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::geometry
 
 cloudViewer::io
 

Functions

std::shared_ptr< geometry::Octree > cloudViewer::io::CreateOctreeFromFile (const std::string &filename, const std::string &format="auto")
 
bool cloudViewer::io::ReadOctree (const std::string &filename, geometry::Octree &octree, const std::string &format="auto")
 
bool cloudViewer::io::WriteOctree (const std::string &filename, const geometry::Octree &octree)
 
bool cloudViewer::io::ReadOctreeFromJson (const std::string &filename, geometry::Octree &octree)
 
bool cloudViewer::io::WriteOctreeToJson (const std::string &filename, const geometry::Octree &octree)