Difference between revisions of "Developer Meetings/20141202"

From Slicer Wiki
Jump to: navigation, search
Line 7: Line 7:
  
 
===  vtkMRMLDoubleArrayNode improvements ===
 
===  vtkMRMLDoubleArrayNode improvements ===
* From Andras: vtkTableClass could be used.
+
* Ideas:
** http://www.vtk.org/doc/nightly/html/classvtkTable.html#details
+
** From Andras: vtkTableClass could be used.
* Could create a vtkMRMLTableNode
+
*** http://www.vtk.org/doc/nightly/html/classvtkTable.html#details
* From Nicole: There is also a vtkColorTableStorageNode
+
** Could create a vtkMRMLTableNode
* From Mike: It used to be hard to get to vtkVariants using python. Good news, now vtkVariant are wrapped. See http://vtk.org/gitweb?p=VTK.git;a=blob;f=Wrapping/Python/README_WRAP.txt#l373
+
** From Nicole: There is also a vtkColorTableStorageNode
* Being able to import excel table / CSV data is really nice.
+
** From Mike: It used to be hard to get to vtkVariants using python. Good news, now vtkVariant are wrapped. See http://vtk.org/gitweb?p=VTK.git;a=blob;f=Wrapping/Python/README_WRAP.txt#l373
 +
** Being able to import excel table / CSV data is really nice.
  
 
* Short/Medium term plan:
 
* Short/Medium term plan:

Revision as of 19:51, 2 December 2014

Home < Developer Meetings < 20141202

To discuss

  • vtkMRMLDoubleArrayNode
  • CLIs that return coloured models

Conclusion

vtkMRMLDoubleArrayNode improvements

  • Long term plan:
    • Concept of MRML table node could be extented to connect to a database