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

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

Inheritance diagram for MR.Const_AABBTreePoints.Node:

Public Member Functions

unsafe Node ()
 Constructs an empty (default-constructed) instance.
unsafe Node (MR.Box3f box, MR.NodeId l, MR.NodeId r)
 Constructs MR.AABBTreePoints.Node elementwise.
unsafe Node (MR.AABBTreePoints.Const_Node _other)
 Generated from constructor MR::AABBTreePoints::Node::Node.
 Node (Node _other)
 Generated from constructor MR::AABBTreePoints::Node::Node.
unsafe MR.AABBTreePoints.Node assign (MR.AABBTreePoints.Const_Node _other)
 Generated from method MR::AABBTreePoints::Node::operator=.
unsafe void setLeafPointRange (int first, int last)
 sets [first,last) to this node (leaf) Generated from method MR::AABBTreePoints::Node::setLeafPointRange.
Public Member Functions inherited from MR.Const_AABBTreePoints.Const_Node
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.

Properties

new unsafe ref MR.Box3f box [get]
 bounding box of whole subtree
new unsafe ref 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
new unsafe ref 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
Properties inherited from MR.Const_AABBTreePoints.Const_Node
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

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Node() [1/4]

unsafe MR.Const_AABBTreePoints.Node.Node ( )
inline

Constructs an empty (default-constructed) instance.

◆ Node() [2/4]

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

Constructs MR.AABBTreePoints.Node elementwise.

◆ Node() [3/4]

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

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

◆ Node() [4/4]

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

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

Member Function Documentation

◆ assign()

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

Generated from method MR::AABBTreePoints::Node::operator=.

◆ setLeafPointRange()

unsafe void MR.Const_AABBTreePoints.Node.setLeafPointRange ( int first,
int last )
inline

sets [first,last) to this node (leaf) Generated from method MR::AABBTreePoints::Node::setLeafPointRange.

Property Documentation

◆ box

new unsafe ref MR.Box3f MR.Const_AABBTreePoints.Node.box
get

bounding box of whole subtree

◆ l

new unsafe ref MR.NodeId MR.Const_AABBTreePoints.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

new unsafe ref MR.NodeId MR.Const_AABBTreePoints.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: