Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Sep 02, 2015
    • Owen Arnold's avatar
      refs #13523. vtkPointSet and Scale filter fix. · f64ecb30
      Owen Arnold authored
      1) Scale filter fixed to set the representation to Surface. The change to StructuredGrid as the type for vtkasscicated with MDHistoWorkspaces seems to have broken this.
      
      2) Scale filter fixed to work with vtkPointSets rather than vtkUnstructuredGrids. This makes the algorithm very generic, and removes the need to convert vtkPolyData sets into vtkUnstructuredGrids, as was happening previously.
      f64ecb30
    • Owen Arnold's avatar
      refs #13523. Eliminate all member variables. · 4fc8b62d
      Owen Arnold authored
      Using and storing pointers in the way this was done before is fundamentally unecessary and unsafe.
      4fc8b62d
    • Owen Arnold's avatar
      refs #13523. Fix bad class API. · afc7c6a2
      Owen Arnold authored
      Constructor or constructional objects for construction only! Looking at the use case for this, the initialize method servered no purpose other than to introduce more state, more sequential checks, and more lines of code.
      afc7c6a2
  2. Sep 01, 2015
  3. Aug 30, 2015
  4. Aug 28, 2015
  5. Aug 27, 2015
  6. Aug 26, 2015
  7. Aug 25, 2015
Loading