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

bounding volume hierarchy for line segments Generated from class MR.AABBTreePolyline2. Base classes: Direct: (non-virtual) MR::AABBTreeBase<MR::AABBTreeTraits<MR::UndirectedEdgeTag, MR.Box2f>> This is the non-const half of the class. More...

Inheritance diagram for MR.AABBTreePolyline2:

Public Member Functions

unsafe AABBTreePolyline2 ()
 Constructs an empty (default-constructed) instance.
unsafe AABBTreePolyline2 (MR._ByValue_AABBTreePolyline2 _other)
 Generated from constructor MR.AABBTreePolyline2.AABBTreePolyline2.
unsafe AABBTreePolyline2 (MR.Const_Polyline2 polyline)
 creates tree for given polyline Generated from constructor MR.AABBTreePolyline2.AABBTreePolyline2.
unsafe MR.AABBTreePolyline2 assign (MR._ByValue_AABBTreePolyline2 _other)
 Generated from method MR::AABBTreePolyline2::operator=.
unsafe void getLeafOrderAndReset (MR.UndirectedEdgeBMap leafMap)
 fills map: LeafId -> leaf#, then resets leaf order to 0,1,2,...; buffer in leafMap must be resized before the call, and caller is responsible for filling missing leaf elements Generated from method MR.AABBTreePolyline2.getLeafOrderAndReset.
Public Member Functions inherited from MR.Const_AABBTreePolyline2
virtual void Dispose ()
unsafe Const_AABBTreePolyline2 ()
 Constructs an empty (default-constructed) instance.
unsafe Const_AABBTreePolyline2 (MR._ByValue_AABBTreePolyline2 _other)
 Generated from constructor MR.AABBTreePolyline2.AABBTreePolyline2.
unsafe Const_AABBTreePolyline2 (MR.Const_Polyline2 polyline)
 creates tree for given polyline Generated from constructor MR.AABBTreePolyline2.AABBTreePolyline2.
unsafe MR.Const_Vector_MRAABBTreeNodeMRAABBTreeTraitsMRUndirectedEdgeTagMRBox2f_MRNodeId nodes ()
 const-access to all nodes Generated from method MR.AABBTreePolyline2.nodes.
unsafe MR.Box2f getBoundingBox ()
 returns the root node bounding box Generated from method MR.AABBTreePolyline2.getBoundingBox.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR.AABBTreePolyline2.heapBytes.
unsafe ulong numLeaves ()
 returns the number of leaves in whole tree Generated from method MR.AABBTreePolyline2.numLeaves.
unsafe MR.Std.Vector_MRNodeId getSubtrees (int minNum)
 returns at least given number of top-level not-intersecting subtrees, union of which contain all tree leaves Generated from method MR.AABBTreePolyline2.getSubtrees.
unsafe MR.UndirectedEdgeBitSet getSubtreeLeaves (MR.NodeId subtreeRoot)
 returns all leaves in the subtree with given root Generated from method MR.AABBTreePolyline2.getSubtreeLeaves.
unsafe MR.NodeBitSet getNodesFromLeaves (MR.Const_UndirectedEdgeBitSet leaves)
 returns set of nodes containing among direct or indirect children given leaves Generated from method MR.AABBTreePolyline2.getNodesFromLeaves.
unsafe void getLeafOrder (MR.UndirectedEdgeBMap leafMap)
 fills map: LeafId -> leaf#; buffer in leafMap must be resized before the call, and caller is responsible for filling missing leaf elements Generated from method MR.AABBTreePolyline2.getLeafOrder.

Static Public Member Functions

static unsafe implicit operator MR.AABBTreeBase_MRAABBTreeTraitsMRUndirectedEdgeTagMRBox2f (AABBTreePolyline2 self)
Static Public Member Functions inherited from MR.Const_AABBTreePolyline2
static unsafe implicit operator MR.Const_AABBTreeBase_MRAABBTreeTraitsMRUndirectedEdgeTagMRBox2f (Const_AABBTreePolyline2 self)
static MR.NodeId rootNodeId ()
 returns root node id Generated from method MR.AABBTreePolyline2.rootNodeId.

Additional Inherited Members

Protected Member Functions inherited from MR.Const_AABBTreePolyline2
virtual unsafe void Dispose (bool disposing)
Properties inherited from MR.Const_AABBTreePolyline2
unsafe MR.Const_AABBTreeNode_MRAABBTreeTraitsMRUndirectedEdgeTagMRBox2f this[MR.NodeId nid] [get]
 const-access to any node Generated from method MR::AABBTreePolyline2::operator[].

Detailed Description

bounding volume hierarchy for line segments Generated from class MR.AABBTreePolyline2. Base classes: Direct: (non-virtual) MR::AABBTreeBase<MR::AABBTreeTraits<MR::UndirectedEdgeTag, MR.Box2f>> This is the non-const half of the class.

Constructor & Destructor Documentation

◆ AABBTreePolyline2() [1/3]

unsafe MR.AABBTreePolyline2.AABBTreePolyline2 ( )
inline

Constructs an empty (default-constructed) instance.

◆ AABBTreePolyline2() [2/3]

unsafe MR.AABBTreePolyline2.AABBTreePolyline2 ( MR._ByValue_AABBTreePolyline2 _other)
inline

Generated from constructor MR.AABBTreePolyline2.AABBTreePolyline2.

◆ AABBTreePolyline2() [3/3]

unsafe MR.AABBTreePolyline2.AABBTreePolyline2 ( MR.Const_Polyline2 polyline)
inline

creates tree for given polyline Generated from constructor MR.AABBTreePolyline2.AABBTreePolyline2.

Member Function Documentation

◆ assign()

unsafe MR.AABBTreePolyline2 MR.AABBTreePolyline2.assign ( MR._ByValue_AABBTreePolyline2 _other)
inline

Generated from method MR::AABBTreePolyline2::operator=.

◆ getLeafOrderAndReset()

unsafe void MR.AABBTreePolyline2.getLeafOrderAndReset ( MR.UndirectedEdgeBMap leafMap)
inline

fills map: LeafId -> leaf#, then resets leaf order to 0,1,2,...; buffer in leafMap must be resized before the call, and caller is responsible for filling missing leaf elements Generated from method MR.AABBTreePolyline2.getLeafOrderAndReset.

◆ operator MR.AABBTreeBase_MRAABBTreeTraitsMRUndirectedEdgeTagMRBox2f()

unsafe implicit MR.AABBTreePolyline2.operator MR.AABBTreeBase_MRAABBTreeTraitsMRUndirectedEdgeTagMRBox2f ( AABBTreePolyline2 self)
inlinestatic

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