Public Member Functions | |
bool | __bool__ (self) |
None | __init__ (self) |
None | __init__ (self, VoxelLocation arg0) |
None | __init__ (self, Id_VoxelTag id, Vector3i pos) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::VoxelLocation contains both linear Id and 3D coordinates of the same voxel
None mrmeshpy.VoxelLocation.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.VoxelLocation.__init__ | ( | self, | |
VoxelLocation | arg0 ) |
Implicit copy constructor.
None mrmeshpy.VoxelLocation.__init__ | ( | self, | |
Id_VoxelTag | id, | ||
Vector3i | pos ) |
Implicit aggregate constructor.
bool mrmeshpy.VoxelLocation.__bool__ | ( | self | ) |
check for validity
|
staticprotected |