Open3D (C++ API)  0.18.0+5c982c7
Data Structures | Namespaces
Octree.h File Reference

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

#include <cstddef>
#include <memory>
#include <vector>
#include "open3d/geometry/Geometry3D.h"
#include "open3d/utility/IJsonConvertible.h"

Go to the source code of this file.

Data Structures

class  open3d::geometry::OctreeNodeInfo
 OctreeNode's information. More...
 
class  open3d::geometry::OctreeNode
 The base class for octree node. More...
 
class  open3d::geometry::OctreeInternalNode
 OctreeInternalNode class, containing OctreeNode children. More...
 
class  open3d::geometry::OctreeInternalPointNode
 OctreeInternalPointNode class is an OctreeInternalNode containing a list of indices which is the union of all its children's list of indices. More...
 
class  open3d::geometry::OctreeLeafNode
 OctreeLeafNode base class. More...
 
class  open3d::geometry::OctreeColorLeafNode
 OctreeColorLeafNode class is an OctreeLeafNode containing color. More...
 
class  open3d::geometry::OctreePointColorLeafNode
 OctreePointColorLeafNode class is an OctreeColorLeafNode containing a list of indices corresponding to the point cloud points contained in this leaf node. More...
 
class  open3d::geometry::Octree
 Octree datastructure. More...
 

Namespaces

 open3d
 
 open3d::geometry