34 template <
class OctreeNodeBase = geometry::OctreeNode>
37 using OctreeNodeBase::OctreeNodeBase;
41 template <
class OctreeLeafNodeBase = geometry::OctreeLeafNode>
47 PYBIND11_OVERLOAD_PURE(
bool, OctreeLeafNodeBase, other);
50 std::shared_ptr<geometry::OctreeLeafNode>
Clone()
const override {
51 PYBIND11_OVERLOAD_PURE(std::shared_ptr<geometry::OctreeLeafNode>,
52 OctreeLeafNodeBase, );
std::shared_ptr< geometry::OctreeLeafNode > Clone() const override
Definition: octree.h:50
OctreeLeafNode base class.
Definition: Octree.h:142
Definition: Open3DViewer.h:29
bool operator==(const geometry::OctreeLeafNode &other) const override
Definition: octree.h:46