Ticket #4240 (closed: fixed)
Create source plugin for MDHistoWorkspace
Reported by: | Michael Reuter | Owned by: | Michael Reuter |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #4239 | Tester: | Owen Arnold |
Description
Before the MDHistoWorkspaces can be viewed in the VATES simple interface, a ParaView plugin needs to be written to handle the new data structure.
Change History
comment:1 Changed 9 years ago by Michael Reuter
- Status changed from new to accepted
- Owner set to Michael Reuter
comment:2 Changed 9 years ago by Michael Reuter
Refs #4240. Adding skeleton for source plugin.
Making the new source plugin from a copy of the vtkMDEWSource class. This means the new plugin doesn't do the right thing, but will compile.
Changeset: bbb335d1e6fa72639d54902f13cb4287af9d2d66
comment:3 Changed 9 years ago by Michael Reuter
Refs #4240. Switching to different dataset factory.
Taking advantage of the dataset factory that was created for the MDHistoWorkspace object. Plugin still not ready as it looks like a new presenter needs to be created.
Changeset: 6d062d226d8402ed50c6d8e3f8a9e0dd1315a0ad
comment:4 Changed 9 years ago by Michael Reuter
Refs #4240. Adding new presented for MDHistoWorkspace.
I've added two new presenters for the MDHistoWorkspace that follow closely from the ones for the MDEventWorkspace. One of the main differences is the non-reliance on recursion depth for the MDHistoWorkspace.
Changeset: 43d483c483ac77a6c38d23f9f711aa1f3d91c83d
comment:5 Changed 9 years ago by Michael Reuter
Refs #4240. Switching to new presenter and cleanup.
The source is now switched to the new MDHWInMemoryLoadingPresenter. Also, the depth parameter has been removed and the recusion depth call is wired to return zero.
Changeset: 6e2cd1c5bd93c05eb648dacb4db1960b1bd305c2
comment:6 Changed 9 years ago by Michael Reuter
- Status changed from accepted to verify
- Resolution set to fixed
If #4239 works, then this has to work.
comment:7 Changed 9 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold