Generated from class MR.AABBTreePoints.Node. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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 const half of the class.
◆ Const_Node() [1/4]
| unsafe MR.Const_AABBTreePoints.Const_Node.Const_Node |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_Node() [2/4]
◆ Const_Node() [3/4]
Generated from constructor MR::AABBTreePoints::Node::Node.
◆ Const_Node() [4/4]
| MR.Const_AABBTreePoints.Const_Node.Const_Node |
( |
Node | _other | ) |
|
|
inline |
Generated from constructor MR::AABBTreePoints::Node::Node.
◆ Dispose() [1/2]
| virtual void MR.Const_AABBTreePoints.Const_Node.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_AABBTreePoints.Const_Node.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ getLeafPointRange()
| unsafe MR.Std.Pair_Int_Int MR.Const_AABBTreePoints.Const_Node.getLeafPointRange |
( |
| ) |
|
|
inline |
returns [first,last) indices of leaf points Generated from method MR::AABBTreePoints::Node::getLeafPointRange.
◆ leaf()
| unsafe bool MR.Const_AABBTreePoints.Const_Node.leaf |
( |
| ) |
|
|
inline |
returns true if node represent real points, false if it has child nodes Generated from method MR::AABBTreePoints::Node::leaf.
◆ __ref_storage_box
| unsafe MR.Box3f* MR.Const_AABBTreePoints.Const_Node.__ref_storage_box |
|
protected |
◆ __ref_storage_l
| unsafe MR.NodeId* MR.Const_AABBTreePoints.Const_Node.__ref_storage_l |
|
protected |
◆ __ref_storage_r
| unsafe MR.NodeId* MR.Const_AABBTreePoints.Const_Node.__ref_storage_r |
|
protected |
◆ box
| unsafe ref readonly MR.Box3f MR.Const_AABBTreePoints.Const_Node.box |
|
get |
bounding box of whole subtree
| unsafe ref readonly MR.NodeId MR.Const_AABBTreePoints.Const_Node.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 MR.Const_AABBTreePoints.Const_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: