Ticket #7675 (closed: fixed)
Create vtkSplatterPlotFactory once in vtkSplatterPlot plugin
Reported by: | Michael Reuter | Owned by: | Michael Reuter |
---|---|---|---|
Priority: | major | Milestone: | Release 3.0 |
Component: | GUI | Keywords: | Maintenance |
Cc: | Blocked By: | ||
Blocking: | #7213 | Tester: | Peter Peterson |
Description
Currently, the vtkSplatterPlot plugin creates the vtkSplatterPlotFactory each time new data is requested. This thwarts the effort in #7213. Move the creation to the RequestInformation method. The RequestData should still handle the output dataset creation.
Change History
comment:1 Changed 7 years ago by Michael Reuter
- Keywords Maintenance added
- Status changed from new to inprogress
- Blocking 7213 added
comment:2 Changed 7 years ago by Michael Reuter
Refs #7675. Creating the factory only once during plugin lifetime.
Changeset: 137b0e7b09e27b19513c416a190f0988324fcc29
comment:3 Changed 7 years ago by Michael Reuter
- Status changed from inprogress to verify
- Resolution set to fixed
The branch is here.
To test: Load a nice 3D MDEventWorkspace into the VSI and checkout the SplatterPlot view. No outward behavior was changed, so everything should work as before.
Note: See
TracTickets for help on using
tickets.