cloudViewer.geometry.OctreeInternalNode#

class cloudViewer.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 (cloudViewer.geometry.OctreeInternalNode) –

static get_init_function() collections.abc.Callable[[], cloudViewer.geometry.OctreeInternalNode]#

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

static get_update_function() collections.abc.Callable[[cloudViewer.geometry.OctreeInternalNode], None]#

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

property children#

List of children Nodes.