Ticket #3031 (closed: invalid)

Opened 9 years ago

Last modified 5 years ago

Change vtkFactory.. types to use IMDIterators

Reported by: Owen Arnold Owned by: Owen Arnold
Priority: major Milestone: Release 2.0
Component: VATES Keywords:
Cc: Blocked By:
Blocking: Tester: Nick Draper

Description

Have vtkDataSetFactory::create use Mantid::API::IMDIterators.

#2917 has introduced Mantid::API::IMDIterator into MDWorkspaces properly. These are much better constructs from which to implement vtkDataSetFactory::create methods for vtkUnstructuredGrid type factories. While implementing these, can also fix issue whereby these factories assume a regular/uniform mesh type.

Change History

comment:1 Changed 9 years ago by Nick Draper

  • Milestone changed from Iteration 29 to Iteration 30

"New" tickets moved at the code freeze of iteration 29

comment:2 Changed 9 years ago by Nick Draper

  • Milestone changed from Iteration 30 to Iteration 31

Bulk move of tickets to iteration 31 at the iteration 30 code freeze

comment:3 Changed 9 years ago by Owen Arnold

  • Status changed from new to accepted

comment:4 Changed 9 years ago by Owen Arnold

  • Status changed from accepted to verify
  • Resolution set to invalid

This has already been done under #3365. But we deliberatly peform a dynamic cast to the correct histo workspace type and loop over each dimension because this allows quicker dataset generation than an iterator would allow.

comment:5 Changed 9 years ago by Nick Draper

  • Status changed from verify to verifying
  • Tester set to Nick Draper

comment:6 Changed 9 years ago by Nick Draper

  • Status changed from verifying to closed

agreed

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3878

Note: See TracTickets for help on using tickets.