itkwasm_mesh_io.read_point_set
¶
Module Contents¶
Functions¶
Read a point set file format and convert it to the ITK-Wasm file format. |
|
API¶
- itkwasm_mesh_io.read_point_set.read_point_set(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
- itkwasm_mesh_io.read_point_set.pointsetread(serialized_point_set: os.PathLike, information_only: bool = False) itkwasm.PointSet ¶