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.Const_AABBTreeNode_MRObjTreeTraits _other)
 Generated from constructor MR::AABBTreeNode<MR.ObjTreeTraits>::AABBTreeNode.
 AABBTreeNode_MRObjTreeTraits (AABBTreeNode_MRObjTreeTraits _other)
 Generated from constructor MR::AABBTreeNode<MR.ObjTreeTraits>::AABBTreeNode.
unsafe AABBTreeNode_MRObjTreeTraits (MR.Const_NoInit _1)
 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.Const_AABBTreeNode_MRObjTreeTraits _other)
 Generated from constructor MR::AABBTreeNode<MR.ObjTreeTraits>::AABBTreeNode.
 Const_AABBTreeNode_MRObjTreeTraits (AABBTreeNode_MRObjTreeTraits _other)
 Generated from constructor MR::AABBTreeNode<MR.ObjTreeTraits>::AABBTreeNode.
unsafe Const_AABBTreeNode_MRObjTreeTraits (MR.Const_NoInit _1)
 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]
 bounding box of whole subtree
new unsafe ref MR.NodeId l [get]
 two children
new unsafe ref MR.NodeId r [get]
 two children
Properties inherited from MR.Const_AABBTreeNode_MRObjTreeTraits
unsafe ref readonly MR.Box3f box [get]
 bounding box of whole subtree
unsafe ref readonly MR.NodeId l [get]
 two children
unsafe ref readonly MR.NodeId r [get]
 two children

Additional Inherited Members

Protected Member Functions inherited from MR.Const_AABBTreeNode_MRObjTreeTraits
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_AABBTreeNode_MRObjTreeTraits
unsafe MR.Box3f__ref_storage_box
unsafe MR.NodeId__ref_storage_l
unsafe MR.NodeId__ref_storage_r

Detailed Description

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

Constructor & Destructor Documentation

◆ AABBTreeNode_MRObjTreeTraits() [1/4]

unsafe MR.AABBTreeNode_MRObjTreeTraits.AABBTreeNode_MRObjTreeTraits ( )
inline

Constructs an empty (default-constructed) instance.

◆ AABBTreeNode_MRObjTreeTraits() [2/4]

unsafe MR.AABBTreeNode_MRObjTreeTraits.AABBTreeNode_MRObjTreeTraits ( MR.Const_AABBTreeNode_MRObjTreeTraits _other)
inline

Generated from constructor MR::AABBTreeNode<MR.ObjTreeTraits>::AABBTreeNode.

◆ AABBTreeNode_MRObjTreeTraits() [3/4]

MR.AABBTreeNode_MRObjTreeTraits.AABBTreeNode_MRObjTreeTraits ( AABBTreeNode_MRObjTreeTraits _other)
inline

Generated from constructor MR::AABBTreeNode<MR.ObjTreeTraits>::AABBTreeNode.

◆ AABBTreeNode_MRObjTreeTraits() [4/4]

unsafe MR.AABBTreeNode_MRObjTreeTraits.AABBTreeNode_MRObjTreeTraits ( MR.Const_NoInit _1)
inline

Generated from constructor MR::AABBTreeNode<MR.ObjTreeTraits>::AABBTreeNode.

Member Function Documentation

◆ assign()

unsafe MR.AABBTreeNode_MRObjTreeTraits MR.AABBTreeNode_MRObjTreeTraits.assign ( MR.Const_AABBTreeNode_MRObjTreeTraits _other)
inline

Generated from method MR::AABBTreeNode<MR.ObjTreeTraits>::operator=.

◆ setLeafId()

unsafe void MR.AABBTreeNode_MRObjTreeTraits.setLeafId ( MR.ObjId id)
inline

Generated from method MR::AABBTreeNode<MR.ObjTreeTraits>setLeafId.

Property Documentation

◆ box

new unsafe ref MR.Box3f MR.AABBTreeNode_MRObjTreeTraits.box
get

bounding box of whole subtree

◆ l

new unsafe ref MR.NodeId MR.AABBTreeNode_MRObjTreeTraits.l
get

two children

◆ r

new unsafe ref MR.NodeId MR.AABBTreeNode_MRObjTreeTraits.r
get

two children


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