Difference between revisions of "Developer Meetings/20140415"
From Slicer Wiki
(3 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
* ParameterSerializer support | * ParameterSerializer support | ||
** https://github.com/thewtex/Slicer/commit/b54805fd8faf1b46fb3bcd65b35ab7e99fae9e62 | ** https://github.com/thewtex/Slicer/commit/b54805fd8faf1b46fb3bcd65b35ab7e99fae9e62 | ||
+ | ** Use as backend for https://github.com/Slicer/Slicer/blame/master/Libs/MRML/CLI/vtkMRMLCommandLineModuleNode.h ? | ||
+ | |||
+ | |||
+ | == Conclusion == | ||
+ | |||
+ | * Corner annotation: Make sense to add back the feature if performance are not impacted | ||
+ | |||
+ | * ParameterSerializer: | ||
+ | ** Will be integrating the request | ||
+ | ** Next natural step would be to create a storage node for the parameter node that would save the parameters as json file | ||
+ | |||
+ | * VTK6 support - Disabled by default - Probably in by the end of the week |
Latest revision as of 18:29, 15 April 2014
Home < Developer Meetings < 20140415To discuss
- Adding annotations to slice views
- Discuss the performance considerations/issues
- Initial test branch: https://github.com/mehrtash/Slicer/compare/Slice-Annotations
- ParameterSerializer support
Conclusion
- Corner annotation: Make sense to add back the feature if performance are not impacted
- ParameterSerializer:
- Will be integrating the request
- Next natural step would be to create a storage node for the parameter node that would save the parameters as json file
- VTK6 support - Disabled by default - Probably in by the end of the week