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

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

Inheritance diagram for MR.Const_AABBTreePolyline3:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_AABBTreePolyline3 ()
 Constructs an empty (default-constructed) instance.
unsafe Const_AABBTreePolyline3 (MR._ByValue_AABBTreePolyline3 _other)
 Generated from constructor MR.AABBTreePolyline3.AABBTreePolyline3.
unsafe Const_AABBTreePolyline3 (MR.Const_Polyline3 polyline)
 creates tree for given polyline Generated from constructor MR.AABBTreePolyline3.AABBTreePolyline3.
unsafe Const_AABBTreePolyline3 (MR.Const_Mesh mesh, MR.Const_UndirectedEdgeBitSet edgeSet)
 creates tree for selected edges on the mesh (only for 3d tree) Generated from constructor MR.AABBTreePolyline3.AABBTreePolyline3.
unsafe MR.Const_Vector_MRAABBTreeNodeMRAABBTreeTraitsMRUndirectedEdgeTagMRBox3f_MRNodeId nodes ()
 const-access to all nodes Generated from method MR.AABBTreePolyline3.nodes.
unsafe MR.Box3f getBoundingBox ()
 returns the root node bounding box Generated from method MR.AABBTreePolyline3.getBoundingBox.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR.AABBTreePolyline3.heapBytes.
unsafe ulong numLeaves ()
 returns the number of leaves in whole tree Generated from method MR.AABBTreePolyline3.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.AABBTreePolyline3.getSubtrees.
unsafe MR.UndirectedEdgeBitSet getSubtreeLeaves (MR.NodeId subtreeRoot)
 returns all leaves in the subtree with given root Generated from method MR.AABBTreePolyline3.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.AABBTreePolyline3.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.AABBTreePolyline3.getLeafOrder.

Static Public Member Functions

static unsafe implicit operator MR.Const_AABBTreeBase_MRAABBTreeTraitsMRUndirectedEdgeTagMRBox3f (Const_AABBTreePolyline3 self)
static MR.NodeId rootNodeId ()
 returns root node id Generated from method MR.AABBTreePolyline3.rootNodeId.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Const_AABBTreeNode_MRAABBTreeTraitsMRUndirectedEdgeTagMRBox3f this[MR.NodeId nid] [get]
 const-access to any node Generated from method MR::AABBTreePolyline3::operator[].

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_AABBTreePolyline3() [1/4]

unsafe MR.Const_AABBTreePolyline3.Const_AABBTreePolyline3 ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_AABBTreePolyline3() [2/4]

unsafe MR.Const_AABBTreePolyline3.Const_AABBTreePolyline3 ( MR._ByValue_AABBTreePolyline3 _other)
inline

Generated from constructor MR.AABBTreePolyline3.AABBTreePolyline3.

◆ Const_AABBTreePolyline3() [3/4]

unsafe MR.Const_AABBTreePolyline3.Const_AABBTreePolyline3 ( MR.Const_Polyline3 polyline)
inline

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

◆ Const_AABBTreePolyline3() [4/4]

unsafe MR.Const_AABBTreePolyline3.Const_AABBTreePolyline3 ( MR.Const_Mesh mesh,
MR.Const_UndirectedEdgeBitSet edgeSet )
inline

creates tree for selected edges on the mesh (only for 3d tree) Generated from constructor MR.AABBTreePolyline3.AABBTreePolyline3.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_AABBTreePolyline3.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ getBoundingBox()

unsafe MR.Box3f MR.Const_AABBTreePolyline3.getBoundingBox ( )
inline

returns the root node bounding box Generated from method MR.AABBTreePolyline3.getBoundingBox.

◆ getLeafOrder()

unsafe void MR.Const_AABBTreePolyline3.getLeafOrder ( MR.UndirectedEdgeBMap leafMap)
inline

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

◆ getNodesFromLeaves()

unsafe MR.NodeBitSet MR.Const_AABBTreePolyline3.getNodesFromLeaves ( MR.Const_UndirectedEdgeBitSet leaves)
inline

returns set of nodes containing among direct or indirect children given leaves Generated from method MR.AABBTreePolyline3.getNodesFromLeaves.

◆ getSubtreeLeaves()

unsafe MR.UndirectedEdgeBitSet MR.Const_AABBTreePolyline3.getSubtreeLeaves ( MR.NodeId subtreeRoot)
inline

returns all leaves in the subtree with given root Generated from method MR.AABBTreePolyline3.getSubtreeLeaves.

◆ getSubtrees()

unsafe MR.Std.Vector_MRNodeId MR.Const_AABBTreePolyline3.getSubtrees ( int minNum)
inline

returns at least given number of top-level not-intersecting subtrees, union of which contain all tree leaves Generated from method MR.AABBTreePolyline3.getSubtrees.

◆ heapBytes()

unsafe ulong MR.Const_AABBTreePolyline3.heapBytes ( )
inline

returns the amount of memory this object occupies on heap Generated from method MR.AABBTreePolyline3.heapBytes.

◆ nodes()

const-access to all nodes Generated from method MR.AABBTreePolyline3.nodes.

◆ numLeaves()

unsafe ulong MR.Const_AABBTreePolyline3.numLeaves ( )
inline

returns the number of leaves in whole tree Generated from method MR.AABBTreePolyline3.numLeaves.

◆ operator MR.Const_AABBTreeBase_MRAABBTreeTraitsMRUndirectedEdgeTagMRBox3f()

unsafe implicit MR.Const_AABBTreePolyline3.operator MR.Const_AABBTreeBase_MRAABBTreeTraitsMRUndirectedEdgeTagMRBox3f ( Const_AABBTreePolyline3 self)
inlinestatic

◆ rootNodeId()

MR.NodeId MR.Const_AABBTreePolyline3.rootNodeId ( )
inlinestatic

returns root node id Generated from method MR.AABBTreePolyline3.rootNodeId.

Property Documentation

◆ this[MR.NodeId nid]

unsafe MR.Const_AABBTreeNode_MRAABBTreeTraitsMRUndirectedEdgeTagMRBox3f MR.Const_AABBTreePolyline3.this[MR.NodeId nid]
get

const-access to any node Generated from method MR::AABBTreePolyline3::operator[].


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