Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, McOffsetMeshOutputs arg0) |
| None | __init__ (self, Vector_VoxelId_FaceId voxelPerFaceMap, Vector3i dims, AffineXf3f gridToMeshXf) |
| Vector3i | dims (self) |
| None | dims (self, Vector3i arg1) |
| AffineXf3f | gridToMeshXf (self) |
| None | gridToMeshXf (self, AffineXf3f arg1) |
| Vector_VoxelId_FaceId | voxelPerFaceMap (self) |
| None | voxelPerFaceMap (self, Vector_VoxelId_FaceId arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| McOffsetMeshOutputs | operator (*args, **kwargs) |
| McOffsetMeshOutputs | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_dims = 8 |
| typing | _offsetof_gridToMeshXf = 16 |
| typing | _offsetof_voxelPerFaceMap = 0 |
Generated from: MR::McOffsetMeshOutputs optional outputs of mcOffsetMesh(...) describing the volume, from which the mesh was extracted
|
static |
| None mrmeshpy.McOffsetMeshOutputs.__init__ | ( | self | ) |
| None mrmeshpy.McOffsetMeshOutputs.__init__ | ( | self, | |
| McOffsetMeshOutputs | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.McOffsetMeshOutputs.__init__ | ( | self, | |
| Vector_VoxelId_FaceId | voxelPerFaceMap, | ||
| Vector3i | dims, | ||
| AffineXf3f | gridToMeshXf ) |
Implicit aggregate constructor.
| Vector3i mrmeshpy.McOffsetMeshOutputs.dims | ( | self | ) |
optional output dimensions of the volume
| None mrmeshpy.McOffsetMeshOutputs.dims | ( | self, | |
| Vector3i | arg1 ) |
| AffineXf3f mrmeshpy.McOffsetMeshOutputs.gridToMeshXf | ( | self | ) |
optional output transform from integer grid locations to mesh reference frame: the node with integer coordinates (i,j,k) is located in (*gridToMeshXf)( Vector3f( i, j, k ) ); every vertex of output mesh is located on a grid edge
| None mrmeshpy.McOffsetMeshOutputs.gridToMeshXf | ( | self, | |
| AffineXf3f | arg1 ) |
|
static |
|
static |
| Vector_VoxelId_FaceId mrmeshpy.McOffsetMeshOutputs.voxelPerFaceMap | ( | self | ) |
optional output map FaceId->VoxelId
| None mrmeshpy.McOffsetMeshOutputs.voxelPerFaceMap | ( | self, | |
| Vector_VoxelId_FaceId | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |