Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Vector3f origin, func_bool_from_float cb, Vector3f voxelSize, Vector3i dimensions) |
func_bool_from_float | cb (self) |
None | cb (self, func_bool_from_float arg1) |
Vector3i | dimensions (self) |
None | dimensions (self, Vector3i arg1) |
Vector3f | origin (self) |
None | origin (self, Vector3f arg1) |
Vector3f | voxelSize (self) |
None | voxelSize (self, Vector3f arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
DistanceVolumeParams | operator (*args, **kwargs) |
DistanceVolumeParams | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_cb = 16 |
typing | _offsetof_dimensions = 92 |
typing | _offsetof_origin = 0 |
typing | _offsetof_voxelSize = 80 |
Generated from: MR::DistanceVolumeParams
|
static |
Reimplemented in mrmeshpy.PointsToDistanceVolumeParams, and mrmeshpy.PointsToDistanceVolumeParams.
None mrmeshpy.DistanceVolumeParams.__init__ | ( | self | ) |
Reimplemented in mrmeshpy.PointsToDistanceVolumeParams, and mrmeshpy.PointsToDistanceVolumeParams.
None mrmeshpy.DistanceVolumeParams.__init__ | ( | self, | |
Vector3f | origin, | ||
func_bool_from_float | cb, | ||
Vector3f | voxelSize, | ||
Vector3i | dimensions ) |
Implicit aggregate constructor.
Reimplemented in mrmeshpy.PointsToDistanceVolumeParams, and mrmeshpy.PointsToDistanceVolumeParams.
func_bool_from_float mrmeshpy.DistanceVolumeParams.cb | ( | self | ) |
progress callback
None mrmeshpy.DistanceVolumeParams.cb | ( | self, | |
func_bool_from_float | arg1 ) |
Vector3i mrmeshpy.DistanceVolumeParams.dimensions | ( | self | ) |
num voxels along each axis
None mrmeshpy.DistanceVolumeParams.dimensions | ( | self, | |
Vector3i | arg1 ) |
|
static |
Reimplemented in mrmeshpy.PointsToDistanceVolumeParams, and mrmeshpy.PointsToDistanceVolumeParams.
|
static |
Reimplemented in mrmeshpy.PointsToDistanceVolumeParams, and mrmeshpy.PointsToDistanceVolumeParams.
Vector3f mrmeshpy.DistanceVolumeParams.origin | ( | self | ) |
origin point of voxels box
None mrmeshpy.DistanceVolumeParams.origin | ( | self, | |
Vector3f | arg1 ) |
Vector3f mrmeshpy.DistanceVolumeParams.voxelSize | ( | self | ) |
size of voxel on each axis
None mrmeshpy.DistanceVolumeParams.voxelSize | ( | self, | |
Vector3f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |