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

Public Member Functions

None __init__ (self)
 
None __init__ (self, AABBTreeNode_AABBTreeTraits_FaceTag_Box3f arg0)
 
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 Attributes

 BoxT = Box3f
 
 LeafId = FaceId
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f.__init__ ( self,
AABBTreeNode_AABBTreeTraits_FaceTag_Box3f arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

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

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.AABBTreeNode_AABBTreeTraits_FaceTag_Box3f._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ 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)

◆ 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

◆ 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: