itkwasm_mesh_io.write_point_set_async¶

Module Contents¶

Functions¶

write_point_set_async

Write an ITK-Wasm file format converted to a point set file format.

pointsetwrite_async

API¶

async itkwasm_mesh_io.write_point_set_async.write_point_set_async(point_set: itkwasm.PointSet, serialized_point_set: str, information_only: bool = False, use_compression: bool = False) None¶

Write an ITK-Wasm file format converted to a point set file format.

Parameters:
  • point_set (PointSet) – Input point set

  • serialized_point_set (str) – Output point set serialized in the file format.

  • information_only (bool) – Only write point set metadata – do not write pixel data.

  • use_compression (bool) – Use compression in the written file

async itkwasm_mesh_io.write_point_set_async.pointsetwrite_async(point_set: itkwasm.PointSet, serialized_point_set: os.PathLike, information_only: bool = False, use_compression: bool = False) None¶