Skip to content
Snippets Groups Projects
  1. Nov 02, 2017
  2. Nov 01, 2017
  3. Oct 31, 2017
  4. Oct 29, 2017
    • Philippe P. Pébaÿ's avatar
      Fixed a bug · e93c5500
      Philippe P. Pébaÿ authored
      e93c5500
    • David E. DeMarle's avatar
      Merge topic 'FixMooreSuperCursorTable-bug' · 4b500b22
      David E. DeMarle authored and Kitware Robot's avatar Kitware Robot committed
      
      baef249b Fixed a bug in the Moore supercursor
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !3511
      4b500b22
    • Philippe P. Pébaÿ's avatar
      Rewrite HTG cell centers filter as a HTG algorithm sub-class · e26f1910
      Philippe P. Pébaÿ authored
      The motivation for this refactoring was quite simple: amongst
      all ancient (but renovated) and new hypetree grid filters, which
      were part of the recently merged "HyperTreeGrid Version 2" branch,
      the HTG CellCenters filter stood out as the only one which was
      not deriving from vtkHyperTreeGridAlgorithm, which had also been
      reworked entirely for this new version of HTG support.
      
      This was because vtkHyperTreeGridCellCenters was, initially,
      deriving from the vtkCellCenters class in Filters/General.
      As VTK does not support multiple inheritance, it was left that
      way but that was not consistent with our overall approach of
      making all HTG algorithms derive from a single base class, in
      the double goal of facilitating both the writing of new HTG
      filters and their maintenance in the long run.
      
      The current commit thus provides a re-writing of the HTG cell
      center creating algorithm as subclass of vtkHyperTreeGridAlgorithm
      while preserving the outside appearance of a vtkCellCenter-derived
      filter in its API, specifically by introducing a VertexCells
      instance variable in order to mimic that which is provided
      in vtkCellCenters.
      
      Note that no new unit tests are provided as part of this commit,
      for the 4 existing ones for the previous incarnation of the HTG
      cell center filter are still passing with unchanged results (as
      they should indeed).
      e26f1910
    • Philippe P. Pébaÿ's avatar
      Fixed a bug in the Moore supercursor · baef249b
      Philippe P. Pébaÿ authored
      The goal of this commit was to fix a bug that occurred only in
      the (f=2;d=3) case ("binary 3D"), and that had been caused
      by a typo in the MooreChildCursorToChildTable and
       MooreChildCursorToParentCursorTable tables: specifically,
      a "23" had been written instread of "32".
      
      In addition, two non-regression tests, as well as their baseline
      images, were added in order to validate this fix:
      (i) a geometry case which does not exercise the offending part of
      the code but that illustrates the case built to do it; and
      (ii) a contouring case that does exercise that part of the code,
      for it relies on the "32" section of the Moore supercursor tables.
      baef249b
    • David Gobbi's avatar
      Merge topic 'remote-vtkdicom' · c636125c
      David Gobbi authored and Kitware Robot's avatar Kitware Robot committed
      
      15ec5952 Update the vtkDICOM remote module to 0.8.7.
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !3510
      c636125c
    • Bryn Lloyd's avatar
      Remove VTK_NEW macro · 39fc55de
      Bryn Lloyd authored
      Also changed type of totalCount (int -> vtkIdType)
      39fc55de
    • David Gobbi's avatar
      Update the vtkDICOM remote module to 0.8.7. · 15ec5952
      David Gobbi authored
      15ec5952
  5. Oct 28, 2017
  6. Oct 27, 2017
Loading