open3d.geometry.OctreeInternalNode

class open3d.geometry.OctreeInternalNode

OctreeInternalNode class, containing OctreeNode children.

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: open3d.geometry.OctreeInternalNode) -> None

    Default constructor

  2. __init__(self: open3d.geometry.OctreeInternalNode, arg0: open3d.geometry.OctreeInternalNode) -> None

    Copy constructor

Parameters:

arg0 (open3d.geometry.OctreeInternalNode)

static get_init_function() Callable[[], open3d.geometry.OctreeInternalNode]

Get lambda function for initializing OctreeInternalNode. When the init function is called, an empty OctreeInternalNode is created.

static get_update_function() Callable[[open3d.geometry.OctreeInternalNode], None]

Get lambda function for updating OctreeInternalNode. This update function does nothing.

property children

List of children Nodes.