* update i18n version -- already published * update ohif/i18n version and add modules * update ohif/i18n version * update translating documentation * replace addLocales method and exported modules * lock files * Update index.js * fix(@ohif/i18n): export custom methods in the main i18n object `initI18n`, `addLocales` and `T` are now being exported inside the main `i18n` object. * remove unecessary dependencies * update vtk-extension lock file |
||
|---|---|---|
| .. | ||
| src | ||
| .babelrc | ||
| .editorconfig | ||
| .eslintrc | ||
| .gitignore | ||
| .prettierrc | ||
| .travis.yml | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| webpack.config.js | ||
| yarn.lock | ||
@ohif/extension-vtk
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:
CrosshairsWWWCRotate
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.