Developer Meetings/20170425
From Slicer Wiki
Revision as of 14:24, 25 April 2017 by JChris.FillionR (talk | contribs)
Home < Developer Meetings < 20170425
If you would like to list your topic here, create a wiki account and edit this page You can join the hangout using http://bit.ly/slicer-hangout-kw. |
To Discuss
- Davide Punzo and Steve Pieper will discuss interactive manipulation of plots and graphs
- Redirection of https://github.com/Slicer/slicer.org ?
- PR#703 - ENH: Integration of Subject hierarchy into the Data module
- PR#708 - ENH: VolumeRendering: Support ROI clipping in arbitrary direction
- PR#709 - ENH: Remove VolumeRenderingReplacements fixed point raycaster override
Conclusion
- Interactive plotting
- Use cases:
- Selecting points: http://www.jqplot.com/examples/customHighlighterCursorTrendline.php
- Zooming: http://www.jqplot.com/examples/zooming.php
- Transient state ? Or a view on the data with a new array ?
- Define c++ API
- A point belong to a vtkMRMLDoubleArrayNode
- One data point selected
- Set of points selected
- Event data: ID of array ? , index of ranges ?, values of data ?
- Use cases: