ohif-viewer/extensions/vtk
2019-07-09 12:39:15 -04:00
..
src Split packages into platform and extensions 2019-07-08 00:41:25 -04:00
LICENSE Split packages into platform and extensions 2019-07-08 00:41:25 -04:00
package.json Provide WebPack build options for microscopy, vtk, and ui 2019-07-09 12:39:15 -04:00
README.md Split packages into platform and extensions 2019-07-08 00:41:25 -04:00
rollup.config.js Provide WebPack build options for microscopy, vtk, and ui 2019-07-09 12:39:15 -04:00
webpack.config.js Provide WebPack build options for microscopy, vtk, and ui 2019-07-09 12:39:15 -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