Skip to content
Snippets Groups Projects
  1. May 01, 2014
    • David Gobbi's avatar
      Add reader/writer for NIFTIv1 and NIFTIv2 files. · e7aa61da
      David Gobbi authored
      This patch adds support for reading and writing NIFTI files, as well
      as full access to the NIFTI header.  Versions 1 and 2 of the NIFTI
      header are supported, and the reader can also be used to read Analyze 7.5
      files, though the only Analyze header elements that are supported are the
      ones that overlap with NIFTI.  Automatic compression and expansion for
      gzipped files is also provided whenever the filename ends with a .gz
      extension.
      
      Change-Id: Iead3afb1a65d8c01aa52f3ca55c6da2f08703375
      e7aa61da
  2. Apr 30, 2014
  3. Apr 23, 2014
    • Brad King's avatar
      Use vtkMPI.cmake helper for all module MPI tests · c05001df
      Brad King authored
      In commit cd4fc15a (Rewrite the testing macros, 2014-03-14)
      the vtk_test_mpi_executable() helper was introduced to add
      MPI tests.  It depends on the vtk_mpi_link() helper in the
      vtkMPI module.  Include the latter in all test CMakeLists.txt
      files that add MPI tests.
      
      Change-Id: Ifecc7c6b1bf856a8f66905bfb2d69e22b5de3aac
      c05001df
  4. Apr 17, 2014
    • Marcus D. Hanwell's avatar
      Copy simple TIFF images into buffers more directly · 4e060c24
      Marcus D. Hanwell authored
      If we have simple, single component, tightly-packed images then
      copy them directly into the allocated buffer. If we are clipping, use
      memcpy to just copy the subset requested. This is primarily aimed at
      accelerating the load times for TIFF volumes. Thanks to Robert
      Maynard for the suggested simplications in the templated image
      function.
      
      Change-Id: I6c3b10a019fc892b1e1bbbce32841e7f946eb995
      4e060c24
  5. Apr 16, 2014
  6. Apr 15, 2014
  7. Apr 11, 2014
  8. Mar 26, 2014
    • Ben Boeckel's avatar
      Exodus: Always attach the title to the output fields · e073d6de
      Ben Boeckel authored
      The title is a statically-sized array, not a raw pointer, so it is
      always non-NULL. Always attach the title since we don't need to worry
      about NULL-dereferences.
      
      Change-Id: I6c855cf4d8a04dd206dcb983555a2bcb01a4179a
      e073d6de
  9. Mar 24, 2014
  10. Mar 13, 2014
    • Brad King's avatar
      IO/XML: Fix HeaderTest for this module · f2a2eeab
      Brad King authored
      Comment reason for <string> inclusion.
      
      Change-Id: I7e0b1d7bd52a3ee66f5d078f330520bb7e6461a2
      f2a2eeab
    • Robert Maynard's avatar
      Correct warnings about negative unsigned constant values. · d353840f
      Robert Maynard authored
      Change-Id: Icc81419ba319821ae5fc68bc8db3eadc2db5f818
      d353840f
    • Dan Lipsa's avatar
      Remove debugging printouts. · 1d7c4549
      Dan Lipsa authored
      Change-Id: I92102c8ac0609f80308f6954f6bc89aabf42e963
      1d7c4549
    • Dan Lipsa's avatar
      Update documentation. · 9ac19b71
      Dan Lipsa authored
      The documentation now contains the default for
      vtkDelimitedTextReader::HaveHeaders (false).
      
      Change-Id: Ie97f17d427d92243e710a0d6b85d8f6ffc67a6ea
      9ac19b71
    • Brad King's avatar
      IO/XML: Add missing <string> include · 4327fceb
      Brad King authored
      Now that <sstream> is not included we need <string> to get std::string
      when compiling Java wrapper sources.
      
      Change-Id: I5b36410f8bdb2e13c497b0adaa11e95142fd56a0
      4327fceb
    • Brad King's avatar
      IO/XML: Remove unnecessary <sstream> include · d8a74423
      Brad King authored
      The VTK standard headers include <iosfwd> and make std::istringstream
      available for use as an incomplete type.  That is all vtkXMLReader.h
      needs.  Remove the extra <sstream> include.
      
      In particular, by including it before the VTK headers it causes system
      headers to be included with inconsistent Large File Support definitions
      on AIX, leading to runtime shared library unresolved symbols.  Remove
      the inclusion to fix this.
      
      Change-Id: I78ec9efae24c8f721f079ab8946afcde413fe17f
      d8a74423
  11. Mar 10, 2014
  12. Mar 06, 2014
  13. Mar 05, 2014
  14. Mar 04, 2014
  15. Feb 28, 2014
  16. Feb 25, 2014
    • Ben Boeckel's avatar
      STLWriter: Raise an error for non-triangles · 9a00db82
      Ben Boeckel authored
      The STL format only supports triangles and previously, it just truncated
      polygons silently. Cause an error to occur when this happens so that
      users know.
      
      Change-Id: I9c2f96d887074943130a8442d6796cb0c2ce1bbf
      9a00db82
  17. Feb 24, 2014
    • Zack Galbreath's avatar
      fix the format of PhyloXML references · 183bb5d7
      Zack Galbreath authored
      The PhyloXML specification indicates that references should
      match the following regular expression pattern:
      
      [a-zA-Z0-9_]+:[a-zA-Z0-9_\.\-\s]+
      
      In order to do so, we now prepend "VTK:" to the beginning of the
      array name.
      
      Change-Id: Ie898e19dc10ec6edd2b67a5b493f55521e15c63d
      183bb5d7
    • Tristan Coulange's avatar
      BUG: fix xdmf test failure · a5e6d3d4
      Tristan Coulange authored
      A test failure was introduced by the commit "BUG: fix some xdmf writer crashes".
      This new patch reverts the change which caused the failure.
      
      Change-Id: Ifbb3a68b14f0c5a5cd390fc68d9a50668ca60ac8
      a5e6d3d4
  18. Feb 21, 2014
  19. Feb 17, 2014
  20. Feb 14, 2014
Loading