From 21024f1f20e1a105d71ef5990f6311aee00f1309 Mon Sep 17 00:00:00 2001 From: Kyle Sunderland Date: Fri, 28 Jun 2024 09:34:26 -0400 Subject: [PATCH] Update README.md --- PW41_2024_MIT/Projects/NodeFocus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PW41_2024_MIT/Projects/NodeFocus/README.md b/PW41_2024_MIT/Projects/NodeFocus/README.md index c85f14cbb..756cdfbf5 100644 --- a/PW41_2024_MIT/Projects/NodeFocus/README.md +++ b/PW41_2024_MIT/Projects/NodeFocus/README.md @@ -49,7 +49,7 @@ If you would like to offer suggestions or feedback on the current prototype, the ## Progress and Next Steps - Prototype implementation can be found here: [focus_pw_41](https://github.com/Sunderlandkyl/Slicer/tree/focus_pw_41). -- Workshopped new design, vtkMRMLSelectionNode will be converted to a vtkMRMLDisplayableNode, and vtkMRMLSelectionDisplayNode will be created to control visualization options. +- Developed new design, vtkMRMLSelectionNode will be converted to a vtkMRMLDisplayableNode, and vtkMRMLSelectionDisplayNode will be created to control visualization options. - Initial implementation of the new displayable manager has now been implemented. Developers can add new non-singleton vtkMRMLSelection(Display)Node to control the selection visualization. Each selection node can have their own focus and display properties. ### Next steps