Difference between revisions of "Developer Meetings/20170606"

From Slicer Wiki
Jump to: navigation, search
(Created page with "{{mbox | type = style | text = If you would like to list your topic here, create a wiki account and [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this p...")
 
Line 17: Line 17:
 
** Add support for "executables" tag and addition to existing "executable" tage: <code>executable path="Foo" type="cpp|python"</code>
 
** Add support for "executables" tag and addition to existing "executable" tage: <code>executable path="Foo" type="cpp|python"</code>
 
* CLI parameters are accessible in Slicer thanks to function named SetParameterDefaultValue/GetParameterDefaultValue ([http://apidocs.slicer.org/master/classvtkMRMLCommandLineModuleNode.html doc] / [https://github.com/Slicer/SlicerExecutionModel/blob/master/ModuleDescriptionParser/ModuleDescription.cxx#L327-L337 parameter parsing]): possible improvement of the documentation or a more explicit name?
 
* CLI parameters are accessible in Slicer thanks to function named SetParameterDefaultValue/GetParameterDefaultValue ([http://apidocs.slicer.org/master/classvtkMRMLCommandLineModuleNode.html doc] / [https://github.com/Slicer/SlicerExecutionModel/blob/master/ModuleDescriptionParser/ModuleDescription.cxx#L327-L337 parameter parsing]): possible improvement of the documentation or a more explicit name?
 +
* Adding DICOM application settings panel.
  
 
= Conclusion =
 
= Conclusion =

Revision as of 14:23, 6 June 2017

Home < Developer Meetings < 20170606


Update

  • Update of VTK: good progress. Talked with David Gobbi to indentify the best strategy to add support for Hierarchy file now required for wrapping
  • EMSegment:

To Discuss

  • SlicerExecutionModel specification home
    • GithubPage associated with SlicerExecutionModel repository (or new repo named SlicerExecutionModel-specification)
    • Add support for "executables" tag and addition to existing "executable" tage: executable path="Foo" type="cpp|python"
  • CLI parameters are accessible in Slicer thanks to function named SetParameterDefaultValue/GetParameterDefaultValue (doc / parameter parsing): possible improvement of the documentation or a more explicit name?
  • Adding DICOM application settings panel.

Conclusion