Skip to content
Snippets Groups Projects
  1. Feb 14, 2014
  2. Feb 03, 2014
  3. Jan 28, 2014
  4. Jan 22, 2014
    • Zack Galbreath's avatar
      fix lingering off-by-one error · 83a2ffd9
      Zack Galbreath authored
      The arrays added to the EdgeData and VertexData of the newly
      created tree were one tuple larger than they should have been.
      
      Change-Id: I4a33585a98f274ecfeb69c66ced5244a895f6fad
      83a2ffd9
  5. Jan 13, 2014
  6. Jan 09, 2014
  7. Jan 02, 2014
  8. Dec 28, 2013
  9. Dec 27, 2013
  10. Dec 25, 2013
  11. Dec 23, 2013
  12. Dec 21, 2013
    • Bill Lorensen's avatar
      BUG: Remove broken vtkSESAMEReader · ba45df80
      Bill Lorensen authored
      vtkSESAMEReader is not tested in VTK. Furthermore there is no data in
      VTK to test it. There is data in the paraview data git repo. A small
      test program that reads the paraview file fails with this error:
      
      ERROR: VTK/Common/ExecutionModel/vtkExecutive.cxx,
      line 754
      vtkCompositeDataPipeline (0x7fc312002af0): Algorithm
      vtkSESAMEReader(0x7fc3120022a0) returned failure for request:
      vtkInformation (0x7fc31060da20)
        Debug: Off
        Modified Time: 1244
        Reference Count: 1
        Registered Events: (none)
        Request: REQUEST_DATA
        ALGORITHM_AFTER_FORWARD: 1
        FORWARD_DIRECTION: 0
        FROM_OUTPUT_PORT: 0
      
      There is vtkPrismSESAMEReader in the paraview repo that does work.
      
      Rather than duplicate the working code in paraview, this patch remove
      the untested, non-working vtkSESAMEReader from VTK/IO/Geometry.
      
      Change-Id: I194824b28c951b2d85f26ee85d8004fda44f19d8
      ba45df80
  13. Dec 20, 2013
    • Terry Jordan's avatar
      Fixes issue with MFix reader and timesteps. · f6c0f71c
      Terry Jordan authored
      This is a fix to remove an errant additional scalar causing the timestep
      information array to be misaligned with the variable name array.
      
      Change-Id: I9697fb8d724959a3703cd29ef3d2a41b50e67d14
      f6c0f71c
  14. Dec 18, 2013
  15. Dec 17, 2013
  16. Dec 15, 2013
    • Bill Lorensen's avatar
      ENH: Restore tests for IO/XML · 71382ac3
      Bill Lorensen authored
      The tests and data existed, but the tests were not in the CMakeLists.txt
      file.
      
      Change-Id: I6adc60d0b5811e86293ca0474e79d029a8693772
      71382ac3
  17. Dec 14, 2013
  18. Dec 13, 2013
    • Dan Lipsa's avatar
      Change the default compression level for PNG to 5. · 21df2adc
      Dan Lipsa authored
      The available range is 0..9. Recommendation from
      'png_set_compression_level - Linux Standard Base' say 3..6 perform as
      well as 9 and do considerably fewer calculations.
      
      Change-Id: Ib2a8e651bd570be13a0d847f61dca6f4b41b74ee
      21df2adc
  19. Dec 11, 2013
  20. Dec 04, 2013
    • Zack Galbreath's avatar
      always write tree edges in incremental order · 4cadcb67
      Zack Galbreath authored
      Prior to this commit, vtkTreeWriter assumed that the edges of its
      input tree would appear in child order.  Instead, we now explicitly
      write the edges in incremental order, querying the tree for the
      source & target vertices for each edge as we go.
      
      Change-Id: I776a5386ef41bd014cdd2a6cee30d29646741f8e
      4cadcb67
  21. Nov 28, 2013
    • Bill Lorensen's avatar
      COMP: Memory leak · 71f44a01
      Bill Lorensen authored
      Valgrind detected a memory leak. Test faied to delete filename.
      
      Change-Id: I0b101c01fb694e84f04976781f5e3744819e00e8
      71f44a01
  22. Nov 27, 2013
  23. Nov 21, 2013
    • Burlen Loring's avatar
      cleanup gcc 4.8.2 warnings · c08211ba
      Burlen Loring authored
      clean up the following warnings reported by nightly dashboard:
      
      * vtkDataArrayIteratorMacro: typedef X locally defined but not used.
      disable the warning rather than remove the typedef which is
      part of the templated API and needed by clients. This partially
      reverts 5a92d059 which removed the typedef.
      
      * vtkFFMPEGWriter: missing initializer for member X
      
      Change-Id: I343693fd482f3b76b44a7d48d6e0b5e538ec9311
      c08211ba
  24. Nov 20, 2013
  25. Nov 17, 2013
  26. Nov 12, 2013
  27. Nov 11, 2013
Loading