Generated from class MR.AABBTreePoints.Node. This is the non-const half of the class.
More...
|
| new unsafe ref MR.Box3f | box [get] |
| | bounding box of whole subtree
|
| new unsafe ref MR.NodeId | l [get] |
| | left child node for an inner node, or -(l+1) is the index of the first point in a leaf node
|
| new unsafe ref MR.NodeId | r [get] |
| | right child node for an inner node, or -(r+1) is the index of the last point in a leaf node
|
| unsafe ref readonly MR.Box3f | box [get] |
| | bounding box of whole subtree
|
| unsafe ref readonly MR.NodeId | l [get] |
| | left child node for an inner node, or -(l+1) is the index of the first point in a leaf node
|
| unsafe ref readonly MR.NodeId | r [get] |
| | right child node for an inner node, or -(r+1) is the index of the last point in a leaf node
|
Generated from class MR.AABBTreePoints.Node. This is the non-const half of the class.
◆ Node() [1/4]
| unsafe MR.Const_AABBTreePoints.Node.Node |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Node() [2/4]
◆ Node() [3/4]
Generated from constructor MR::AABBTreePoints::Node::Node.
◆ Node() [4/4]
| MR.Const_AABBTreePoints.Node.Node |
( |
Node | _other | ) |
|
|
inline |
Generated from constructor MR::AABBTreePoints::Node::Node.
◆ assign()
Generated from method MR::AABBTreePoints::Node::operator=.
◆ setLeafPointRange()
| unsafe void MR.Const_AABBTreePoints.Node.setLeafPointRange |
( |
int | first, |
|
|
int | last ) |
|
inline |
sets [first,last) to this node (leaf) Generated from method MR::AABBTreePoints::Node::setLeafPointRange.
◆ box
| new unsafe ref MR.Box3f MR.Const_AABBTreePoints.Node.box |
|
get |
bounding box of whole subtree
| new unsafe ref MR.NodeId MR.Const_AABBTreePoints.Node.l |
|
get |
left child node for an inner node, or -(l+1) is the index of the first point in a leaf node
| new unsafe ref MR.NodeId MR.Const_AABBTreePoints.Node.r |
|
get |
right child node for an inner node, or -(r+1) is the index of the last point in a leaf node
The documentation for this class was generated from the following file: