itkwasm_mesh_io.read_mesh_async
¶
Module Contents¶
Functions¶
Read an mes file format and convert it to the ITK-Wasm file format. |
|
API¶
- async itkwasm_mesh_io.read_mesh_async.read_mesh_async(serialized_mesh: os.PathLike, information_only: bool = False) itkwasm.Mesh ¶
Read an mes file format and convert it to the ITK-Wasm file format.
- Parameters:
serialized_mesh (os.PathLike) – Input mesh serialized in the file format
information_only (bool) – Only read mesh metadata – do not read pixel data.
- Returns:
Output mesh
- Return type:
Mesh
- async itkwasm_mesh_io.read_mesh_async.meshread_async(serialized_mesh: os.PathLike, information_only: bool = False) itkwasm.Mesh ¶