itkwasm.meshΒΆ

Module ContentsΒΆ

ClassesΒΆ

APIΒΆ

class itkwasm.mesh.MeshTypeΒΆ
dimension: intΒΆ

3

pointComponentType: Union[itkwasm.int_types.IntTypes, itkwasm.float_types.FloatTypes]ΒΆ

None

pointPixelComponentType: Union[itkwasm.int_types.IntTypes, itkwasm.float_types.FloatTypes]ΒΆ

None

pointPixelType: itkwasm.pixel_types.PixelTypesΒΆ

None

pointPixelComponents: intΒΆ

1

cellComponentType: Union[itkwasm.int_types.IntTypes, itkwasm.float_types.FloatTypes]ΒΆ

None

cellPixelComponentType: Union[itkwasm.int_types.IntTypes, itkwasm.float_types.FloatTypes]ΒΆ

None

cellPixelType: itkwasm.pixel_types.PixelTypesΒΆ

None

cellPixelComponents: intΒΆ

1

class itkwasm.mesh.MeshΒΆ
meshType: Union[itkwasm.mesh.MeshType, Dict]ΒΆ

β€˜field(…)’

name: strΒΆ

β€˜Mesh’

numberOfPoints: intΒΆ

0

points: Optional[numpy.typing.ArrayLike]ΒΆ

None

numberOfPointPixels: intΒΆ

0

pointData: Optional[numpy.typing.ArrayLike]ΒΆ

None

numberOfCells: intΒΆ

0

cells: Optional[numpy.typing.ArrayLike]ΒΆ

None

cellBufferSize: intΒΆ

0

numberOfCellPixels: intΒΆ

0

cellData: Optional[numpy.typing.ArrayLike]ΒΆ

None

__post_init__()ΒΆ