itkwasm_mesh_io.write_point_set
¶
Module Contents¶
Functions¶
Write an ITK-Wasm file format converted to a point set file format. |
|
API¶
- itkwasm_mesh_io.write_point_set.write_point_set(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.
- itkwasm_mesh_io.write_point_set.pointsetwrite(point_set: itkwasm.PointSet, serialized_point_set: os.PathLike, information_only: bool = False, use_compression: bool = False) None ¶