Inheritance diagram for mrmeshpy.DistanceVolumeParams:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, DistanceVolumeParams arg0) |
| 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 = 60 |
| typing | _offsetof_origin = 0 |
| typing | _offsetof_voxelSize = 48 |
Generated from: MR::DistanceVolumeParams
|
static |
| None mrmeshpy.DistanceVolumeParams.__init__ | ( | self | ) |
| None mrmeshpy.DistanceVolumeParams.__init__ | ( | self, | |
| DistanceVolumeParams | arg0 ) |
Implicit copy constructor.
Reimplemented in mrmeshpy.PointsToDistanceVolumeParams, 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, 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 |