Name
|
Description
|
Owner
|
ParaView/Titan Chart Merger
|
If not already complete.
|
Pat/Utkarsh
|
Tables
|
- Make vtkTables a supported pipeline object type. It should have its own icon in the pipeline browser. The default view should probably be spreadsheet.
- Charting components (XY plot, histogram, stacked chart, etc.) should support tables as an input (other input types like rectilinear grid may be unnecessary).
- Plotting filters (plot over time, plot over time, histogram) should output tables.
- csv readers/writers should work principally (perhaps exclusively) with tables.
- Support reading other delimited text files.
- Simple conversion from tables to other data (such as collection of points).
|
Utkarsh
|
More multiblock
|
- Ability to map a partial array and have all blocks not having the array a solid color.
|
Utkarsh (research)
|
Simplified state/scripting
|
Right now getting any scripting in ParaView has a high learning curve. State files are unreadable and almost completely uneditable. To do any scripting at all, you need to learn a significant chunk of Python bindings. To make this easier, ParaView should output a much more friendly way of scripting things. Either the state written out should be much simpler (show only the things that pertain to the current view) or be able to write out a very simplified Python script to get back to the state, or both.
|
Berk/Utkarsh
|
Particle Support
|
Leverage the work from CSCS.
- Provide a particle representation that renders points more intelligently
- Spheres with size vs. squares of pixel width
- Optional sizing based on a scalar
- Appropriate alpha blending (at least when particles are small)
- Splatting?
- Filters for meshless data? (Need to get customer requirements.)
- Sampling point cloud?
- Surface extraction?
- Note: Not all will be finished. We will probably provide resizable sphere rendering for the particles and perhaps the better transfer function. We need to talk with John Biddiscombe to learn the current state and assign responsibility.
|
Zhanping/John Biddiscombe
|
Temporal cleanup
|
- Show temporal bounds of all datasets in statistics view (or elsewhere)
- Show continuous data set temporal bounds in info page
- Plot/Probe over time, results should very in Sequence, Snap, and Real Time modes
|
Berk
|
Plots along curves
|
Now you can plot along a line segment in space (defined by two endpoints). Users want to plot along other types of curves in space.
- Intersection of surface with plane.
- Path between two points on a plane.
- Note: This is not a high priority, but it should be easy. Delay until later if it requires more than 3 days of work.
|
Berk/Utkarsh
|
VisIt AVT Integration
|
We would like to pull VisIt components into ParaView (such as readers and filters). To this end, we would like to have an interface that would convert AVT to the VTK executives (or vice versa) so that we could leverage these without changing any code.
- Partial: For 3.6, let's just do the readers.
|
Burlen
|
Statistics
|
Integrate Phillipe Pebay's statistics filtering and then some.
|
Phillipe
|