Classes | |
| class | Type |
Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, MeshToVolumeParams arg0) |
| None | __init__ (self, MeshToVolumeParams.Type type, float surfaceOffset, Vector3f voxelSize, AffineXf3f worldXf, AffineXf3f outXf, func_bool_from_float cb) |
| AffineXf3f | outXf (self) |
| None | outXf (self, AffineXf3f arg1) |
| float | surfaceOffset (self) |
| None | surfaceOffset (self, float arg1) |
| AffineXf3f | worldXf (self) |
| None | worldXf (self, AffineXf3f arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MeshToVolumeParams | operator (*args, **kwargs) |
| MeshToVolumeParams | operator (*args, **kwargs) |
Static Public Attributes | |
| MeshToVolumeParams | type .Type |
Static Protected Attributes | |
| typing | _offsetof_outXf = 72 |
| typing | _offsetof_surfaceOffset = 4 |
| typing | _offsetof_type = 0 |
| typing | _offsetof_voxelSize = 8 |
| typing | _offsetof_worldXf = 20 |
Generated from: MR::MeshToVolumeParams Parameters structure for meshToVolume function
|
static |
| None mrmeshpy.MeshToVolumeParams.__init__ | ( | self | ) |
| None mrmeshpy.MeshToVolumeParams.__init__ | ( | self, | |
| MeshToVolumeParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.MeshToVolumeParams.__init__ | ( | self, | |
| MeshToVolumeParams.Type | type, | ||
| float | surfaceOffset, | ||
| Vector3f | voxelSize, | ||
| AffineXf3f | worldXf, | ||
| AffineXf3f | outXf, | ||
| func_bool_from_float | cb ) |
Implicit aggregate constructor.
|
static |
|
static |
| AffineXf3f mrmeshpy.MeshToVolumeParams.outXf | ( | self | ) |
optional output: xf to original mesh (respecting worldXf)
| None mrmeshpy.MeshToVolumeParams.outXf | ( | self, | |
| AffineXf3f | arg1 ) |
| float mrmeshpy.MeshToVolumeParams.surfaceOffset | ( | self | ) |
the number of voxels around surface to calculate distance in (should be positive)
| None mrmeshpy.MeshToVolumeParams.surfaceOffset | ( | self, | |
| float | arg1 ) |
| AffineXf3f mrmeshpy.MeshToVolumeParams.worldXf | ( | self | ) |
mesh initial transform
| None mrmeshpy.MeshToVolumeParams.worldXf | ( | self, | |
| AffineXf3f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |