Struct Node

Private

Public Variables

count

Number of non-null entries in data.

Public
data

Nodes in this leaf node (null if not a leaf node)

Public
split

Split point along the splitAxis if not a leaf node.

Public
splitAxis

Axis to split along if not a leaf node (x=0, y=1, z=2)

Public