itkwasm_mesh_io.read_point_set_async¶

Module Contents¶

Functions¶

read_point_set_async

Read a point set file format and convert it to the ITK-Wasm file format.

pointsetread_async

API¶

async itkwasm_mesh_io.read_point_set_async.read_point_set_async(serialized_point_set: os.PathLike, information_only: bool = False) itkwasm.PointSet¶

Read a point set file format and convert it to the ITK-Wasm file format.

Parameters:
  • serialized_point_set (os.PathLike) – Input point_set serialized in the file format

  • information_only (bool) – Only read point_set metadata – do not read pixel data.

Returns:

Output point_set

Return type:

PointSet

async itkwasm_mesh_io.read_point_set_async.pointsetread_async(serialized_point_set: os.PathLike, information_only: bool = False) itkwasm.PointSet¶