Skip to content

Commit

Permalink
feat: add reference lines tool (cornerstonejs#292)
Browse files Browse the repository at this point in the history
* initial commit for setting up

* feat: add annotation display Tool

* fix: reference lines render for parallel viewports

* remove window assignment

* apply review

* remove stream for lerna

* fix: reference lines for edge cases

* fix types

* fix naming

* try to fix the api extractor
  • Loading branch information
sedghi authored and NeilMacPhee committed Nov 22, 2022
1 parent b72fcf4 commit c43d0ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions common/reviews/api/tools.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3601,7 +3601,11 @@ interface ReferenceLineAnnotation extends Annotation {
}

// @public (undocumented)
<<<<<<< HEAD
class ReferenceLines extends AnnotationDisplayTool {
=======
export class ReferenceLinesTool extends AnnotationDisplayTool {
>>>>>>> c56df91a (feat: add reference lines tool (#292))
constructor(toolProps?: PublicToolProps, defaultToolProps?: ToolProps);
// (undocumented)
editData: {
Expand Down Expand Up @@ -3634,8 +3638,6 @@ class ReferenceLines extends AnnotationDisplayTool {
// (undocumented)
touchDragCallback: any;
}
export { ReferenceLines }
export { ReferenceLines as ReferenceLinesTool }

// @public (undocumented)
function registerCursor(toolName: string, iconContent: string, viewBox: {
Expand Down

0 comments on commit c43d0ea

Please sign in to comment.