MeshLib C# Docs
Loading...
Searching...
No Matches
MR.AABBTreeNode_MRObjTreeTraits Class Reference

Generated from class MR.AABBTreeNode<MR.ObjTreeTraits>. This is the non-const half of the class. More...

+ Inheritance diagram for MR.AABBTreeNode_MRObjTreeTraits:

Public Member Functions

unsafe AABBTreeNode_MRObjTreeTraits ()
 Constructs an empty (default-constructed) instance.
 
unsafe AABBTreeNode_MRObjTreeTraits (MR.Box3f box, MR.NodeId l, MR.NodeId r)
 Constructs MR.AABBTreeNode<MR.ObjTreeTraits> elementwise.
 
unsafe AABBTreeNode_MRObjTreeTraits (MR.Const_AABBTreeNode_MRObjTreeTraits _other)
 Generated from constructor MR.AABBTreeNode<MR.ObjTreeTraits>::AABBTreeNode.
 
unsafe MR.AABBTreeNode_MRObjTreeTraits assign (MR.Const_AABBTreeNode_MRObjTreeTraits _other)
 Generated from method MR.AABBTreeNode<MR.ObjTreeTraits>::operator=.
 
unsafe void setLeafId (MR.ObjId id)
 Generated from method MR.AABBTreeNode<MR.ObjTreeTraits>::setLeafId.
 
- Public Member Functions inherited from MR.Const_AABBTreeNode_MRObjTreeTraits
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.
 

Properties

new unsafe ref MR.Box3f box [get]
 two children
 
new unsafe ref MR.NodeId l [get]
 two children
 
new unsafe ref MR.NodeId r [get]
 
- Properties inherited from MR.Const_AABBTreeNode_MRObjTreeTraits
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 Member Functions inherited from MR.Const_AABBTreeNode_MRObjTreeTraits
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_AABBTreeNode_MRObjTreeTraits >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.AABBTreeNode<MR.ObjTreeTraits>. This is the non-const half of the class.


The documentation for this class was generated from the following file: