MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, Box3f box, NodeId l, NodeId r)
 
bool leaf (self)
 
FaceId leafId (self)
 
None setLeafId (self, FaceId id)
 
Box3f box (self)
 
None box (self, Box3f arg1)
 
NodeId l (self)
 
None l (self, NodeId arg1)
 
NodeId r (self)
 
None r (self, NodeId arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
AABBTreeNode_AABBTreeTraits_FaceTag_Box3f operator (*args, **kwargs)
 
AABBTreeNode_AABBTreeTraits_FaceTag_Box3f operator (*args, **kwargs)
 

Static Public Attributes

 BoxT = Box3f
 
 LeafId = FaceId
 

Static Protected Attributes

typing _offsetof_box = 0
 
typing _offsetof_l = 24
 
typing _offsetof_r = 28
 

Detailed Description

Generated from:  MR::AABBTreeNode<MR::AABBTreeTraits<MR::FaceTag, MR::Box3f>>
Aliases:  Vector_AABBTreeNode_AABBTreeTraits_FaceTag_Box3f_NodeId.const_reference, AABBTreeBase_AABBTreeTraits_FaceTag_Box3f.Node, Vector_AABBTreeNode_AABBTreeTraits_FaceTag_Box3f_NodeId.value_type, Vector_AABBTreeNode_AABBTreeTraits_FaceTag_Box3f_NodeId.reference

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.__init__ ( self,
Box3f box,
NodeId l,
NodeId r )
Implicit aggregate constructor.

Member Function Documentation

◆ box() [1/2]

Box3f mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.box ( self)
bounding box of whole subtree

◆ box() [2/2]

None mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.box ( self,
Box3f arg1 )

◆ l() [1/2]

NodeId mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.l ( self)
two children

◆ l() [2/2]

None mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.l ( self,
NodeId arg1 )

◆ leaf()

bool mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.leaf ( self)
returns true if this is a leaf node without children nodes but with a LeafId reference

◆ leafId()

FaceId mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.leafId ( self)
returns face (for the leaf node only)

◆ operator() [1/2]

AABBTreeNode_AABBTreeTraits_FaceTag_Box3f mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

AABBTreeNode_AABBTreeTraits_FaceTag_Box3f mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.operator ( * args,
** kwargs )
static

◆ r() [1/2]

NodeId mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.r ( self)
two children

◆ r() [2/2]

None mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.r ( self,
NodeId arg1 )

◆ setLeafId()

None mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.setLeafId ( self,
FaceId id )

Member Data Documentation

◆ _offsetof_box

typing mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f._offsetof_box = 0
staticprotected

◆ _offsetof_l

typing mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f._offsetof_l = 24
staticprotected

◆ _offsetof_r

typing mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f._offsetof_r = 28
staticprotected

◆ BoxT

mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.BoxT = Box3f
static

◆ LeafId

mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.LeafId = FaceId
static

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