- Apr 11, 2014
-
-
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
-
- Mar 26, 2014
-
-
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
-
- Mar 24, 2014
-
-
Robert Maynard authored
Using just long as the type will fail on window machine where long size is 4 unlike Posix machines where it is 8. So we use the vtkTypeInt64 type which is always 8 bytes long. Change-Id: Ib61d5e1860c411e44153904b497c525f392d2f32
-
- Mar 13, 2014
-
-
Brad King authored
Comment reason for <string> inclusion. Change-Id: I7e0b1d7bd52a3ee66f5d078f330520bb7e6461a2
-
Robert Maynard authored
Change-Id: Icc81419ba319821ae5fc68bc8db3eadc2db5f818
-
Dan Lipsa authored
Change-Id: I92102c8ac0609f80308f6954f6bc89aabf42e963
-
Dan Lipsa authored
The documentation now contains the default for vtkDelimitedTextReader::HaveHeaders (false). Change-Id: Ie97f17d427d92243e710a0d6b85d8f6ffc67a6ea
-
Brad King authored
Now that <sstream> is not included we need <string> to get std::string when compiling Java wrapper sources. Change-Id: I5b36410f8bdb2e13c497b0adaa11e95142fd56a0
-
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
-
- Mar 10, 2014
-
-
Georg Hammerl authored
Change-Id: I69137fd0b90ae9f5194af99995df6b1af06d1b41
-
- Mar 06, 2014
-
-
Zack Galbreath authored
Change-Id: I16387bcb7a1f5198f5394a203a0345332740a147
-
Zack Galbreath authored
Combine PhyloXML reader & writer tests into a single test, and make it more thorough. Change-Id: Ibb32ece7de203269a8508cb06eee91d94706f197
-
Zack Galbreath authored
This class allows us to read a PhyloXML file to generate a vtkTree. This commit also contains corresponding change to vtkPhyloXMLTreeWriter. Change-Id: Idd7a7a997e24f0c751ee51ee8e2e9eb4c9c05c7a
-
Zack Galbreath authored
Extend this class so that it can read from either a file or a string. Change-Id: Ida093f0c4c44896ed59da96b8950e7ffa2b6351b
-
- Mar 05, 2014
-
-
David C. Lonie authored
Change-Id: I6c20eb8650e2b079c8b1f581c9727a3d8205087a
-
- Mar 04, 2014
-
-
Ben Boeckel authored
Change-Id: I760f95e9374d00f619d273e515a7bc62b115c5b4
-
Ben Boeckel authored
Prevent user input from blowing past the fourcc storage on the stack. Change-Id: I7bcb92257f082bae8611a65b8f018ea9477c4dbe
-
- Feb 28, 2014
-
-
Ben Boeckel authored
The RequestData return value of 0 means an error and make the actual reader implementations return a boolean. Change-Id: I3caf27782fb34e5e5474f40ef8d466bda61cd12c
-
Ben Boeckel authored
Change-Id: I30268a666f3b3dd65ff8085524007d2ab57d357f
-
Ben Boeckel authored
Change-Id: I38a189e6af609836a846d892050440e69473a9b7
-
- Feb 25, 2014
-
-
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
-
- Feb 24, 2014
-
-
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
-
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
-
- Feb 21, 2014
-
-
Zack Galbreath authored
subclasses of vtkXMLWriter should now call OpenStream & CloseStream as opposed to OpenFile & CloseFile. Change-Id: I39ccdc711d07e96763fc941b5fcd80b1da6b38c5
-
Zack Galbreath authored
This commit enables vtkXMLWriter and its subclasses to write their output to a string instead of a file. Change-Id: Idff93039f9536379e3ef9abad6ea4ce18b4f2a60
-
- Feb 17, 2014
-
-
Andrew Bauer authored
The point and cell arrays were being enabled/disabled after they were supposed to which resulted in potentially having the wrong arrays read in. Change-Id: Ic0435bcf6447260fe76ddc32b47719d7262fca44
-
- 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 13, 2014
-
-
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
-
- Feb 12, 2014
-
-
Andrew Bauer authored
Thanks to Michael Stephens for the report and fix. Change-Id: Ibe68819a81b011d3e3b0d8fefc2bc122834e8602
-
- Feb 08, 2014
-
-
Berk Geveci authored
Also added associated data. Change-Id: I29de59dabf130855aff68c73ff50bf6f35048b56
-
Berk Geveci authored
Was not skipping bar3 elements properly. Also removed warnings that were no longer necessary. This reader now supports higher order elements. Change-Id: I9f89100d2a67fb704cdc59900d2fce16e7349c0f
-
Andrew Bauer authored
The piece writers should have the same options as was specified for the parallel writers. SetDebug was also added though it doesn't affect the file output to behave the same as the vtkXMLMultiBlockDataWriter. Change-Id: Icaafd4b5f9811a6b9058eeb4e1c0e2e8fc4a5e38
-
- Feb 06, 2014
-
-
Sebastien Jourdain authored
Change-Id: I9661715be9fee31060c1959d4044c953d3d88185
-
John Stark authored
Change-Id: Ia5d19a9fd9c8bfab354b62ce4ff88c09e6643702
-
John Stark authored
Change-Id: I248b1cfe493c813e1c128555e9c9716efd25eb19
-
- Feb 05, 2014
-
-
Andrew Bauer authored
Change-Id: Icbbe361e127a0cd62cdcd2f5321412fb230981f9
-
Berk Geveci authored
Change-Id: I4b481b2882a781fa4707805798baedee90961732
-
Berk Geveci authored
Removed a number of unused functions in Exodus metadata to improve coverage. Change-Id: I943d33799e9cbf45ad8a2e60826afde090b05308
-