itkwasm_mesh_io.write_point_set_async
¶
Module Contents¶
Functions¶
Write an ITK-Wasm file format converted to a point set file format. |
|
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.
- 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 ¶