Generated from class MR.AABBTreePoints.Node. This is the non-const half of the class.
More...
Inheritance diagram for MR.Const_AABBTreePoints.Node:Public Member Functions | |
| unsafe | Node () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Node (MR.Box3f box, MR.NodeId l, MR.NodeId r) |
Constructs MR.AABBTreePoints.Node elementwise. | |
| unsafe | Node (MR.AABBTreePoints.Const_Node _other) |
Generated from constructor MR.AABBTreePoints.Node.Node. | |
| unsafe MR.AABBTreePoints.Node | assign (MR.AABBTreePoints.Const_Node _other) |
Generated from method MR.AABBTreePoints.Node.operator=. | |
| unsafe void | setLeafPointRange (int first, int last) |
sets [first,last) to this node (leaf) Generated from method MR.AABBTreePoints.Node.setLeafPointRange. | |
Public Member Functions inherited from MR.Const_AABBTreePoints.Const_Node | |
| 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. | |
Properties | |
| new unsafe ref 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 | |
| new unsafe ref 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 | |
| new unsafe ref MR.NodeId | r [get] |
Properties inherited from MR.Const_AABBTreePoints.Const_Node | |
| 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 Member Functions inherited from MR.Const_AABBTreePoints.Const_Node | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_Node > | |
| bool | _IsOwningVal |
Generated from class MR.AABBTreePoints.Node. This is the non-const half of the class.