simple vtk extension readme
This commit is contained in:
parent
5785ab9f1f
commit
ff602bf500
@ -1,3 +1,9 @@
|
|||||||
{
|
{
|
||||||
"singleQuote": true
|
"trailingComma": "es5",
|
||||||
|
"printWidth": 80,
|
||||||
|
"proseWrap": "always",
|
||||||
|
"tabWidth": 2,
|
||||||
|
"semi": true,
|
||||||
|
"singleQuote": true,
|
||||||
|
"endOfLine": "lf"
|
||||||
}
|
}
|
||||||
@ -1 +1,55 @@
|
|||||||
# @ohif/extension-vtk
|
# @ohif/extension-vtk
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
<!-- TODO: Simple image or GIF? -->
|
||||||
|
|
||||||
|
#### Index
|
||||||
|
|
||||||
|
Extension Id: `vtk`
|
||||||
|
|
||||||
|
- [Commands Module](#commands-module)
|
||||||
|
- [Toolbar Module](#toolbar-module)
|
||||||
|
- [Viewport Module](#viewport-module)
|
||||||
|
|
||||||
|
## 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][react-viewport] and is connected
|
||||||
|
the redux store. This module is the most prone to change as we hammer out our
|
||||||
|
Viewport interface.
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
### Repositories
|
||||||
|
|
||||||
|
- [OHIF/react-vtkjs-viewport][react-viewport]
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Links
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
[react-viewport]: https://github.com/OHIF/react-vtkjs-viewport
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user