Difference between revisions of "Developer Meetings/20141202"
From Slicer Wiki
m |
m (→Conclusion) |
||
Line 14: | Line 14: | ||
* Being able to import excel table / CSV data is really nice. | * Being able to import excel table / CSV data is really nice. | ||
− | * | + | * Short/Medium term plan: |
** (1) Add a vtkMRMLTableNode and vtkMRMLTableStorageNode | ** (1) Add a vtkMRMLTableNode and vtkMRMLTableStorageNode | ||
** (2) CLI integration: logic would have to be extended to transfer table | ** (2) CLI integration: logic would have to be extended to transfer table | ||
Line 23: | Line 23: | ||
** (4) Add table visualizer | ** (4) Add table visualizer | ||
*** vtkExtendedTable: https://github.com/Visomics/Visomics/blob/master/Base/vtkExtendedTable.h | *** vtkExtendedTable: https://github.com/Visomics/Visomics/blob/master/Base/vtkExtendedTable.h | ||
+ | |||
+ | * Long term plan: | ||
+ | ** Concept of MRML table node could be extented to connect to a database |
Revision as of 19:50, 2 December 2014
Home < Developer Meetings < 20141202To discuss
- vtkMRMLDoubleArrayNode
- CLIs that return coloured models
Conclusion
vtkMRMLDoubleArrayNode improvements
- From Andras: vtkTableClass could be used.
- Could create a vtkMRMLTableNode
- From Nicole: There is also a vtkColorTableStorageNode
- 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:
- (1) Add a vtkMRMLTableNode and vtkMRMLTableStorageNode
- (2) CLI integration: logic would have to be extended to transfer table
- (3) Add qSlicerIO to save/load CSV files
- voDelimitedTextImportWidget: https://github.com/Visomics/Visomics/blob/master/Application/voDelimitedTextImportWidget.h
- voDelimitedTextImportSettings: https://github.com/Visomics/Visomics/blob/master/Base/voDelimitedTextImportSettings.h
- voDelimitedTextPreview: https://github.com/Visomics/Visomics/blob/master/Application/voDelimitedTextPreview.h
- (4) Add table visualizer
- vtkExtendedTable: https://github.com/Visomics/Visomics/blob/master/Base/vtkExtendedTable.h
- Long term plan:
- Concept of MRML table node could be extented to connect to a database