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

Public Member Functions

bool __eq__ (self, typing.Any other)
 
int __getstate__ (self)
 
int __hash__ (self)
 
int __index__ (self)
 
None __init__ (self, int value)
 
int __int__ (self)
 
bool __ne__ (self, typing.Any other)
 
str __repr__ (self)
 
None __setstate__ (self, int state)
 
str __str__ (self)
 
str name (self)
 
int value (self)
 

Static Public Attributes

typing No .ClassVar[UseAABBTree]
 
typing Yes .ClassVar[UseAABBTree]
 
typing YesIfAlreadyConstructed .ClassVar[UseAABBTree]
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Members:

  No : AABB-tree of the mesh will not be used, even if it is available

  Yes : AABB-tree of the mesh will be used even if it has to be constructed

  YesIfAlreadyConstructed : AABB-tree of the mesh will be used if it was previously constructed and available, and will not be used otherwise

Constructor & Destructor Documentation

◆ __init__()

None mrmeshpy.UseAABBTree.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool mrmeshpy.UseAABBTree.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int mrmeshpy.UseAABBTree.__getstate__ ( self)

◆ __hash__()

int mrmeshpy.UseAABBTree.__hash__ ( self)

◆ __index__()

int mrmeshpy.UseAABBTree.__index__ ( self)

◆ __int__()

int mrmeshpy.UseAABBTree.__int__ ( self)

◆ __ne__()

bool mrmeshpy.UseAABBTree.__ne__ ( self,
typing.Any other )

◆ __repr__()

str mrmeshpy.UseAABBTree.__repr__ ( self)

◆ __setstate__()

None mrmeshpy.UseAABBTree.__setstate__ ( self,
int state )

◆ __str__()

str mrmeshpy.UseAABBTree.__str__ ( self)

◆ _pybind11_conduit_v1_()

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

◆ name()

str mrmeshpy.UseAABBTree.name ( self)

◆ value()

int mrmeshpy.UseAABBTree.value ( self)

Member Data Documentation

◆ No

typing mrmeshpy.UseAABBTree.No .ClassVar[UseAABBTree]
static

◆ Yes

typing mrmeshpy.UseAABBTree.Yes .ClassVar[UseAABBTree]
static

◆ YesIfAlreadyConstructed

typing mrmeshpy.UseAABBTree.YesIfAlreadyConstructed .ClassVar[UseAABBTree]
static

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