MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.AABBTreePoints.Node. This is the const half of the class. More...

Inheritance diagram for MR.Const_AABBTreePoints.Const_Node:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Node ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Node (MR.Box3f box, MR.NodeId l, MR.NodeId r)
 Constructs MR.AABBTreePoints.Node elementwise.
unsafe Const_Node (MR.AABBTreePoints.Const_Node _other)
 Generated from constructor MR::AABBTreePoints::Node::Node.
 Const_Node (Node _other)
 Generated from constructor MR::AABBTreePoints::Node::Node.
unsafe bool leaf ()
 returns true if node represent real points, false if it has child nodes Generated from method MR::AABBTreePoints::Node::leaf.
unsafe MR.Std.Pair_Int_Int getLeafPointRange ()
 returns [first,last) indices of leaf points Generated from method MR::AABBTreePoints::Node::getLeafPointRange.

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]
 left child node for an inner node, or -(l+1) is the index of the first point in a leaf node
unsafe ref readonly MR.NodeId r [get]
 right child node for an inner node, or -(r+1) is the index of the last point in a leaf node

Detailed Description

Generated from class MR.AABBTreePoints.Node. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Node() [1/4]

unsafe MR.Const_AABBTreePoints.Const_Node.Const_Node ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Node() [2/4]

unsafe MR.Const_AABBTreePoints.Const_Node.Const_Node ( MR.Box3f box,
MR.NodeId l,
MR.NodeId r )
inline

Constructs MR.AABBTreePoints.Node elementwise.

◆ Const_Node() [3/4]

unsafe MR.Const_AABBTreePoints.Const_Node.Const_Node ( MR.AABBTreePoints.Const_Node _other)
inline

Generated from constructor MR::AABBTreePoints::Node::Node.

◆ Const_Node() [4/4]

MR.Const_AABBTreePoints.Const_Node.Const_Node ( Node _other)
inline

Generated from constructor MR::AABBTreePoints::Node::Node.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_AABBTreePoints.Const_Node.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_AABBTreePoints.Const_Node.Dispose ( bool disposing)
inlineprotectedvirtual

◆ getLeafPointRange()

unsafe MR.Std.Pair_Int_Int MR.Const_AABBTreePoints.Const_Node.getLeafPointRange ( )
inline

returns [first,last) indices of leaf points Generated from method MR::AABBTreePoints::Node::getLeafPointRange.

◆ leaf()

unsafe bool MR.Const_AABBTreePoints.Const_Node.leaf ( )
inline

returns true if node represent real points, false if it has child nodes Generated from method MR::AABBTreePoints::Node::leaf.

Member Data Documentation

◆ __ref_storage_box

unsafe MR.Box3f* MR.Const_AABBTreePoints.Const_Node.__ref_storage_box
protected

◆ __ref_storage_l

unsafe MR.NodeId* MR.Const_AABBTreePoints.Const_Node.__ref_storage_l
protected

◆ __ref_storage_r

unsafe MR.NodeId* MR.Const_AABBTreePoints.Const_Node.__ref_storage_r
protected

Property Documentation

◆ box

unsafe ref readonly MR.Box3f MR.Const_AABBTreePoints.Const_Node.box
get

bounding box of whole subtree

◆ l

unsafe ref readonly MR.NodeId MR.Const_AABBTreePoints.Const_Node.l
get

left child node for an inner node, or -(l+1) is the index of the first point in a leaf node

◆ r

unsafe ref readonly MR.NodeId MR.Const_AABBTreePoints.Const_Node.r
get

right child node for an inner node, or -(r+1) is the index of the last point in a leaf node


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