Generated from class MR.AABBTreePoints.Node. This is the const half of the class.
More...
Inheritance diagram for MR.Const_AABBTreePoints.Const_Node:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Node () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Node (MR.Box3f box, MR.NodeId l, MR.NodeId r) |
Constructs MR.AABBTreePoints.Node elementwise. | |
| unsafe | Const_Node (MR.AABBTreePoints.Const_Node _other) |
Generated from constructor MR.AABBTreePoints.Node.Node. | |
| unsafe bool | leaf () |
returns true if node represent real points, false if it has child nodes Generated from method MR.AABBTreePoints.Node.leaf. | |
| unsafe MR.Std.Pair_Int_Int | getLeafPointRange () |
returns [first,last) indices of leaf points Generated from method MR.AABBTreePoints.Node.getLeafPointRange. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.Box3f | box [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 | l [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.NodeId | r [get] |
Properties inherited from MR.Misc.Object< Const_Node > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_Node > | |
| bool | _IsOwningVal |
Generated from class MR.AABBTreePoints.Node. This is the const half of the class.