open3d.geometry.OctreeInternalNode

class open3d.geometry.OctreeInternalNode

OctreeInternalNode class, containing OctreeNode children.

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self)

    Default constructor

  2. __init__(self, arg0)

    Copy constructor

Parameters

arg0 (open3d.geometry.OctreeInternalNode) –

static get_init_function()Callable[], open3d.cpu.pybind.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.cpu.pybind.geometry.OctreeInternalNode], None]

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

property children

List of children Nodes.