Generated from class MR.AABBTreeNode<MR.AABBTreeTraits<MR.FaceTag, MR.Box3f>>. This is the const half of the class.
More...
Inheritance diagram for MR.Const_AABBTreeNode_MRAABBTreeTraitsMRFaceTagMRBox3f:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_AABBTreeNode_MRAABBTreeTraitsMRFaceTagMRBox3f () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_AABBTreeNode_MRAABBTreeTraitsMRFaceTagMRBox3f (MR.Box3f box, MR.NodeId l, MR.NodeId r) |
Constructs MR.AABBTreeNode<MR.AABBTreeTraits<MR.FaceTag, MR.Box3f>> elementwise. | |
| unsafe | Const_AABBTreeNode_MRAABBTreeTraitsMRFaceTagMRBox3f (MR.Const_AABBTreeNode_MRAABBTreeTraitsMRFaceTagMRBox3f _other) |
Generated from constructor MR.AABBTreeNode<MR.AABBTreeTraits<MR.FaceTag, MR.Box3f>>::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.AABBTreeTraits<MR.FaceTag, MR.Box3f>>::leaf. | |
| unsafe MR.FaceId | leafId () |
returns face (for the leaf node only) Generated from method MR.AABBTreeNode<MR.AABBTreeTraits<MR.FaceTag, MR.Box3f>>::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_MRAABBTreeTraitsMRFaceTagMRBox3f > | |
| 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_MRAABBTreeTraitsMRFaceTagMRBox3f > | |
| bool | _IsOwningVal |
Generated from class MR.AABBTreeNode<MR.AABBTreeTraits<MR.FaceTag, MR.Box3f>>. This is the const half of the class.