Generated from class MR.AABBTreeNode<MR.ObjTreeTraits>. This is the const half of the class.
More...
Inheritance diagram for MR.Const_AABBTreeNode_MRObjTreeTraits:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_AABBTreeNode_MRObjTreeTraits () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_AABBTreeNode_MRObjTreeTraits (MR.Box3f box, MR.NodeId l, MR.NodeId r) |
Constructs MR.AABBTreeNode<MR.ObjTreeTraits> elementwise. | |
| unsafe | Const_AABBTreeNode_MRObjTreeTraits (MR.Const_AABBTreeNode_MRObjTreeTraits _other) |
Generated from constructor MR.AABBTreeNode<MR.ObjTreeTraits>::AABBTreeNode. | |
| unsafe bool | leaf () |
returns true if this is a leaf node without children nodes but with a LeafId reference Generated from method MR.AABBTreeNode<MR.ObjTreeTraits>::leaf. | |
| unsafe MR.ObjId | leafId () |
returns face (for the leaf node only) Generated from method MR.AABBTreeNode<MR.ObjTreeTraits>::leafId. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.Box3f | box [get] |
| two children | |
| unsafe ref readonly MR.NodeId | l [get] |
| two children | |
| unsafe ref readonly MR.NodeId | r [get] |
Properties inherited from MR.Misc.Object< Const_AABBTreeNode_MRObjTreeTraits > | |
| 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_AABBTreeNode_MRObjTreeTraits > | |
| bool | _IsOwningVal |
Generated from class MR.AABBTreeNode<MR.ObjTreeTraits>. This is the const half of the class.