open3d.geometry.OctreeColorLeafNode

class open3d.geometry.OctreeColorLeafNode

OctreeColorLeafNode class is an OctreeLeafNode containing color.

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: open3d.cpu.pybind.geometry.OctreeColorLeafNode) -> None

Default constructor

  1. __init__(self: open3d.cpu.pybind.geometry.OctreeColorLeafNode, arg0: open3d.cpu.pybind.geometry.OctreeColorLeafNode) -> None

Copy constructor

clone(self: open3d.cpu.pybind.geometry.OctreeLeafNode) → open3d.cpu.pybind.geometry.OctreeLeafNode

Clone this OctreeLeafNode.

static get_init_function() → Callable[], open3d.cpu.pybind.geometry.OctreeLeafNode]

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

static get_update_function(color: numpy.ndarray[float64[3, 1]]) → Callable[[open3d.cpu.pybind.geometry.OctreeLeafNode], None]

Get lambda function for updating OctreeLeafNode. When called, the update function update the corresponding node with the input color.

property color

Color of the node.

Type

(3, 1) float numpy array