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] |
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
None meshlib.mrmeshpy.UseAABBTree.__init__ | ( | self, | |
int | value ) |
bool meshlib.mrmeshpy.UseAABBTree.__eq__ | ( | self, | |
typing.Any | other ) |
int meshlib.mrmeshpy.UseAABBTree.__getstate__ | ( | self | ) |
int meshlib.mrmeshpy.UseAABBTree.__hash__ | ( | self | ) |
int meshlib.mrmeshpy.UseAABBTree.__index__ | ( | self | ) |
int meshlib.mrmeshpy.UseAABBTree.__int__ | ( | self | ) |
bool meshlib.mrmeshpy.UseAABBTree.__ne__ | ( | self, | |
typing.Any | other ) |
str meshlib.mrmeshpy.UseAABBTree.__repr__ | ( | self | ) |
None meshlib.mrmeshpy.UseAABBTree.__setstate__ | ( | self, | |
int | state ) |
str meshlib.mrmeshpy.UseAABBTree.__str__ | ( | self | ) |
str meshlib.mrmeshpy.UseAABBTree.name | ( | self | ) |
int meshlib.mrmeshpy.UseAABBTree.value | ( | self | ) |
|
static |
|
static |
|
static |