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

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.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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Box3f__ref_storage_box
unsafe MR.NodeId__ref_storage_l
unsafe MR.NodeId__ref_storage_r

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_AABBTreeNode_MRObjTreeTraits() [1/4]

unsafe MR.Const_AABBTreeNode_MRObjTreeTraits.Const_AABBTreeNode_MRObjTreeTraits ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_AABBTreeNode_MRObjTreeTraits() [2/4]

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

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

◆ Const_AABBTreeNode_MRObjTreeTraits() [3/4]

MR.Const_AABBTreeNode_MRObjTreeTraits.Const_AABBTreeNode_MRObjTreeTraits ( AABBTreeNode_MRObjTreeTraits _other)
inline

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

◆ Const_AABBTreeNode_MRObjTreeTraits() [4/4]

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

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

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_AABBTreeNode_MRObjTreeTraits.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_AABBTreeNode_MRObjTreeTraits.Dispose ( bool disposing)
inlineprotectedvirtual

◆ leaf()

unsafe bool MR.Const_AABBTreeNode_MRObjTreeTraits.leaf ( )
inline

returns true if this is a leaf node without children nodes but with a LeafId reference Generated from method MR::AABBTreeNode<MR.ObjTreeTraits>leaf.

◆ leafId()

unsafe MR.ObjId MR.Const_AABBTreeNode_MRObjTreeTraits.leafId ( )
inline

returns face (for the leaf node only) Generated from method MR::AABBTreeNode<MR.ObjTreeTraits>leafId.

Member Data Documentation

◆ __ref_storage_box

unsafe MR.Box3f* MR.Const_AABBTreeNode_MRObjTreeTraits.__ref_storage_box
protected

◆ __ref_storage_l

unsafe MR.NodeId* MR.Const_AABBTreeNode_MRObjTreeTraits.__ref_storage_l
protected

◆ __ref_storage_r

unsafe MR.NodeId* MR.Const_AABBTreeNode_MRObjTreeTraits.__ref_storage_r
protected

Property Documentation

◆ box

unsafe ref readonly MR.Box3f MR.Const_AABBTreeNode_MRObjTreeTraits.box
get

bounding box of whole subtree

◆ l

unsafe ref readonly MR.NodeId MR.Const_AABBTreeNode_MRObjTreeTraits.l
get

two children

◆ r

unsafe ref readonly MR.NodeId MR.Const_AABBTreeNode_MRObjTreeTraits.r
get

two children


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