itkwasm_mesh_io.obj_read_point_set¶

Module Contents¶

Functions¶

obj_read_point_set

Read a point set file format and convert it to the itk-wasm file format

API¶

itkwasm_mesh_io.obj_read_point_set.obj_read_point_set(serialized_point_set: os.PathLike, information_only: bool = False) Tuple[Any, 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:

Whether the input could be read. If false, the output point set is not valid.

Return type:

Any

Returns:

Output point set

Return type:

PointSet