Skip to content
Snippets Groups Projects
  1. Apr 11, 2014
    • Marcus D. Hanwell's avatar
      Refactored the TIFF reader, add support for floats · 1fd42d60
      Marcus D. Hanwell authored
      Fairly big refactoring of the TIFF reader, use templated methods in
      many more places, avoid loss of type after it is determined, added
      support for reading in 32 bit float TIFFs.
      
      Change-Id: I4abf61179461acfa04c2c17c4e6d20467587c984
      1fd42d60
  2. 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
  3. Mar 24, 2014
  4. 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
  5. Mar 10, 2014
  6. Mar 06, 2014
  7. Mar 05, 2014
  8. Mar 04, 2014
  9. Feb 28, 2014
  10. 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
  11. 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
  12. Feb 21, 2014
  13. Feb 17, 2014
  14. Feb 14, 2014
  15. Feb 13, 2014
    • Dan Lipsa's avatar
      Report an error when writing a file with changing topology. · b604c23b
      Dan Lipsa authored
      If the number of points, cells or blocks change from one time step to the next,
      report an error. We modified the writer to suport temporal files with
      changing topology, however the reader does not yet supports it.
      
      Change-Id: Icf7528cf3507094658dbfa8076c670f396aa6989
      b604c23b
  16. Feb 12, 2014
  17. Feb 08, 2014
  18. Feb 06, 2014
  19. Feb 05, 2014
Loading