Skip to content

Commit

Permalink
feat: segmentation examples (#29)
Browse files Browse the repository at this point in the history
* WIP segmentation examples

* Fix brush UI still needs cleaning

* Fix segmentation API + bugs

* Cleanup brush after fixes

* Fix tests

* fix build issues

* fix build issues

* Update examples

* update public api doc

* fix build issues for docs
  • Loading branch information
JamesAPetts authored Mar 30, 2022
1 parent af9dc85 commit fd95a12
Show file tree
Hide file tree
Showing 62 changed files with 2,906 additions and 2,293 deletions.
2 changes: 2 additions & 0 deletions common/reviews/api/core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,8 @@ interface IViewport {
// (undocumented)
_getCorners(bounds: Array<number>): Array<number>[];
// (undocumented)
getDefaultActor(): ActorEntry;
// (undocumented)
getFrameOfReferenceUID: () => string;
// (undocumented)
getRenderer(): void;
Expand Down
1 change: 1 addition & 0 deletions common/reviews/api/streaming-image-volume-loader.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@ interface IViewport {
getCanvas(): HTMLCanvasElement
// (undocumented)
_getCorners(bounds: Array<number>): Array<number>[]
getDefaultActor(): ActorEntry
getFrameOfReferenceUID: () => string
getRenderer(): void
getRenderingEngine(): any
Expand Down
Loading

0 comments on commit fd95a12

Please sign in to comment.