- Feb 14, 2014
-
-
Zack Galbreath authored
This is an improvement over our previous approach of constructing the path to the baseilne file from the testing directory. Change-Id: I2dc0e1354c381ff770475ff2ab7f561b0122e582
-
Zack Galbreath authored
Forgot to add the new Baseline directory for IO/Infovis tests. Hopefully this fixes my failing TestPhyloXMLTreeWriter test. Change-Id: I153e3b280b27888122d2c09d4eddc18362e6382d
-
Zack Galbreath authored
This test now compares its output against a baseline .xml file. Change-Id: I1e612a1375fc933947228cfa03f16a27aab3bca4
-
- Feb 03, 2014
-
-
Zack Galbreath authored
Change-Id: I7d5f3a67cacf4f846efaac3f9782b97bf6294a1b
-
Zack Galbreath authored
This new class allows us to output vtkTrees in the PhyloXML format. Change-Id: I9d4f0baaea6c0eba4ebb92730777473cf7b67ecf
-
- Jan 28, 2014
-
-
Sean McBride authored
Also made some const correctness improvements, which cascaded to clients of this class. Other misc cleanup too. Change-Id: Ic7688a12949a9b8cc752afb957e13317e50ba085
-
Dave DeMarle authored
Thanks Vadim Roytershtey and Homa Karimabadi for the test data set. Test only enabled with VTK_USE_LARGE_DATA = ON Change-Id: Ic04681dbffcc57ed27377ca5f3cae015249a7308
-
Berk Geveci authored
Change-Id: Ia8fb1aeddb10ddf4106549d5f01fbdd79eecf764
-
Berk Geveci authored
Exodus readers and writers no longer support packing and unpacking of model meta data so I removed all of the unnecessary code. Change-Id: Iae190a9d5ca7b10ab128728a60918602bf809ed1
-
- Jan 22, 2014
-
-
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
-
- Jan 13, 2014
- Jan 09, 2014
-
-
Sankhesh Jhaveri authored
Change-Id: I080c1c230f9ded9e4eff76c4dd292cf8fb49682a
-
- Jan 02, 2014
-
-
Sankhesh Jhaveri authored
memcpy was not copying the right string of characters as the number of bytes to be copied was more by 1. Change-Id: If5084c777a3cd05cacfd3f2fb52800f760373d52
-
- Dec 28, 2013
-
-
Utkarsh Ayachit authored
vtkCompositeDataWriter/vtkCompositeDataReader didn't preserve composite data block names. Fixed that. Change-Id: Iad7c950bab05064f617e881f09cd7ff179398673
-
- Dec 27, 2013
-
-
Bill Lorensen authored
Change-Id: I7fccf57a0bfaa524d31f18d3e74449ca5990087a
-
- Dec 25, 2013
-
-
Bill Lorensen authored
Change-Id: Ib3fe1840f712a626179de7de4261427de1aeeb60
-
Bill Lorensen authored
Change-Id: I35049798497e8c690e8cd69ad955219a0c740ce2
-
- Dec 23, 2013
-
-
Bill Lorensen authored
Added a test for MFIXReader. Sample dataset provided by Terry Jordan. Change-Id: Ib1f2b37d8882550260fc35d5e5c9967f01983c51
-
- Dec 21, 2013
-
-
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
-
- Dec 20, 2013
-
-
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
-
- Dec 18, 2013
-
-
David C. Lonie authored
Change-Id: I63a04e9cd301b1a4ab872f9b492534f788fbcecd
-
Sankhesh Jhaveri authored
Fixes issue http://www.vtk.org/Bug/view.php?id=14129 Change-Id: I858e49a38615bf4a0b7b277bf9cc6d05afc10b2a
-
- Dec 17, 2013
-
-
John Stark authored
Change-Id: I3c0912b068f5c717b40b5c0345b5ed54e839b409
-
Bill Lorensen authored
The test and data existed, but the test was not in the CMakeLists.txt file. Change-Id: I0939f5bdde2f497bac756da2ce0e485f4052ce29
-
- Dec 15, 2013
-
-
Bill Lorensen authored
The tests and data existed, but the tests were not in the CMakeLists.txt file. Change-Id: I6adc60d0b5811e86293ca0474e79d029a8693772
-
- Dec 14, 2013
-
-
Bill Lorensen authored
The tests and data existed, but the tests were not in the CMakeLists.txt file. Change-Id: Icdd5b0237771651eec2c259d755a85656003081d
-
- Dec 13, 2013
-
-
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
-
- Dec 11, 2013
-
-
Zack Galbreath authored
Return early if this class is supposed to read from a file and no file name has been set. Change-Id: I84457c57893a851ee5917436cf50aa8a24ff8218
-
- Dec 04, 2013
-
-
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
-
- Nov 28, 2013
-
-
Bill Lorensen authored
Valgrind detected a memory leak. Test faied to delete filename. Change-Id: I0b101c01fb694e84f04976781f5e3744819e00e8
-
- Nov 27, 2013
-
-
Andrew Bauer authored
The TimeStepRange member variable would have values of {0,-1} if no time steps were in the input file which also caused reading from out of bounds of an array. Change-Id: I428b2b1826b66f30b2d9e859d6e810aee65d405d
-
- Nov 21, 2013
-
-
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
-
- Nov 20, 2013
-
-
Sean McBride authored
Change-Id: Ie966625bee8ca7fde4617d05f6dfcf85078c0696
-
- Nov 17, 2013
-
-
Xiaoxiao Liu authored
Enable vtkDelimitedTextReader to take a text string as the input. Change-Id: I3d9b8dd0db9dfcd5afd9a6f4bbdc06accd942d94
-
- Nov 12, 2013
-
-
David C. Lonie authored
Thanks for Jacob Becker <jacob.becker@kitware.com> for the patch. Change-Id: I2a7fe7c23c064f6148533817649aea20cef27f15
-
Sean McBride authored
Done using a few regular expressions & find & replace. Fixes many -Wextra-semi warnings. Change-Id: I5ef603e88d4c0a390cfb2d22d8d92c21bf554024
-
- Nov 11, 2013
-
-
Sean McBride authored
The explicit size gives the user more information as to acceptible values. Change-Id: I7baa5dbca7f1b6edbb67ca3139abefea6aebd02f
-
Sean McBride authored
Change-Id: Ic15b7892ed0b07d2e0acba8b8b28758307b63cc8
-