ohif-viewer/extensions/vtk
James Petts 4dfe144bf8
[OHIF-251] - Double click to maximise viewport/ revert to previous layout. (#1860)
* WIP

* double click to maximise implemented at the viewport grid layer.

* Remove memory of cached layout when the layout is changed, or a different displaySet is set.

* WIP fix double click for cornerstone.

* Update CST

* Prevent maximising when double clicking the action bar

* Update extensions/dicom-sr/src/OHIFCornerstoneSRViewport.js

* Apply suggestions from code review

* Fix conflicts.

Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-07-03 18:12:33 +01:00
..
.webpack fix: Add some code splitting for PWA build (#937) 2019-09-26 11:35:13 +02:00
src OHIF-208 (#1842) 2020-07-02 16:53:38 -04:00
CHANGELOG.md chore(release): publish [skip ci] 2020-05-14 11:53:42 +00:00
LICENSE Chore/kill yalc with fire (#629) 2019-08-13 15:36:46 -04:00
package.json [OHIF-251] - Double click to maximise viewport/ revert to previous layout. (#1860) 2020-07-03 18:12:33 +01:00
README.md Chore/kill yalc with fire (#629) 2019-08-13 15:36:46 -04:00

@ohif/extension-vtk

npm (scoped)

Index

Extension Id: vtk

Commands Module

Command Name Description Store Contexts
axial viewports
coronal viewports
sagittal viewports
enableRotateTool viewports
enableCrosshairsTool viewports
enableLevelTool viewports
mpr2d viewports

Toolbar Module

Our toolbar module contains definitions for:

  • Crosshairs
  • WWWC
  • Rotate

All use the ACTIVE_VIEWPORT::VTK context.

Viewport Module

Our Viewport wraps OHIF/react-vtkjs-viewport and is connected the redux store. This module is the most prone to change as we hammer out our Viewport interface.

Resources

Repositories