Skip to content

Commit 8b46dc1

Browse files
committed
DOC: Add docstrings for the Viewer class
1 parent 2e007e2 commit 8b46dc1

File tree

2 files changed

+671
-89
lines changed

2 files changed

+671
-89
lines changed

itkwidgets/_type_aliases.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
Image = Union[np.ndarray, itkwasm.Image, zarr.Group]
1818
PointSet = Union[np.ndarray, itkwasm.PointSet, zarr.Group]
19+
CroppingPlanes = List[Dict[str, List[Union[float, int]]]]
20+
1921
if HAVE_ITK:
2022
import itk
2123
Image = Union[Image, itk.Image]

0 commit comments

Comments
 (0)