- 25 Dec, 2013 3 commits
-
-
Bill Lorensen authored
Change-Id: Ib3fe1840f712a626179de7de4261427de1aeeb60
-
Bill Lorensen authored
5df08873 COMP: Shadowed variable warning
-
Bill Lorensen authored
Change-Id: I35049798497e8c690e8cd69ad955219a0c740ce2
-
- 24 Dec, 2013 4 commits
-
-
Sebastien Jourdain authored
44ea875c Add Web event for viewport interaction
-
Sebastien Jourdain authored
Change-Id: I4dfb1603fb41d3c0675691e846c1883bf56ba729
-
Bill Lorensen authored
e38e93f4 ENH: Added test for vtkMFIXReader
-
Andrew Bauer authored
f3ef1790 Changes to allow for multiblocks and seeds to change over time steps.
-
- 23 Dec, 2013 5 commits
-
-
Bill Lorensen authored
Added a test for MFIXReader. Sample dataset provided by Terry Jordan. Change-Id: Ib1f2b37d8882550260fc35d5e5c9967f01983c51
-
Utkarsh Ayachit authored
ba45df80 BUG: Remove broken vtkSESAMEReader
-
Dave DeMarle authored
e9ebae9a Fix warnings and TestEmptyInput test
-
George Zagaris authored
This commit fixes various warnings for the windows dashboards and warnings due to unused variables when compiling in release mode. Further, TestEmptyInput was failing on vtkPUnstructuredGhostDataGenerator, which, was not checking for empty input. Fixed that. Change-Id: I9d7154d0be9af6b42516b136f489619ddd1b3e85
-
Utkarsh Ayachit authored
f6c0f71c Fixes issue with MFix reader and timesteps.
-
- 22 Dec, 2013 2 commits
-
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: I4adcb5b54c0b06e5b59577e56753cc246984c9d6
-
Utkarsh Ayachit authored
0ae9a6d7 Merge topic 'fix-java-windows-install-rules' into master 40e24641 Provide valid dll directory path for Java install rules d44754cc Merge topic '0014453-fix-for-streamtracer' into master 0664ec35 Merge topic 'dataset-surface-fix' into master 3978a87e Fixed issue in filter leading to sanitizer errors. 0dec660c Merge topic 'module-RUNTIME_LIBRARY_DIRS' into master c7e38430 Merge remote-tracking branch 'pvvtk/pv-master' into HEAD a9b6127d Merge topic 'areroul_is_not_valid' into master e24213c3 Merge topic '0014200-incorrect-vtkAxisActor2D-scaling' into master dd4b51b9 Report runtime linker search path to VTK clients 7b045ad7 Fix typo in vtktiff CMakeLists to areroul. 0f33c6a7 Merge topic 'unstructured-ghost-zones' into master 09a16733 Merge topic '0014446-raycastrendertexture-must-enable-blending' into master 2f40000d Merge topic 'tcl_interactive' into master dff62296 Merge topic 'Coverage_HyperOctreeIO' into master a99e8317 Merge topic 'Coverage_ChacoGraphReader' into master ...
-
- 21 Dec, 2013 1 commit
-
-
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
-
- 20 Dec, 2013 10 commits
-
-
Sebastien Jourdain authored
40e24641 Provide valid dll directory path for Java install rules
-
Sebastien Jourdain authored
Change-Id: Ia7d59e282e235df95ea3d984e7f7d84772f710f7
-
Berk Geveci authored
921fac16 bug 14453 fix for stream tracer
-
Andrew Bauer authored
By default this class assumed that multiblock dataset inputs and seeds would not change over time. This is a bad assumption. Also, there were variables to turn this behavior off but the setter methods were never created. Now, the more general behaviour is to assume that multiblock data sets and seeds may change over time and to provide the setter methods to change to the more efficient calculations based on static information. Change-Id: Ib4cf5ef818f314708d1aac5e2247a66b59fe7654
-
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
-
Berk Geveci authored
3978a87e Fixed issue in filter leading to sanitizer errors.
-
Berk Geveci authored
vtkDataSetSurfaceFilter had some funky code designed to optimize (minimize) allocation of small objects. This required apparently writing beyond the limits of an array. It was not a bug but made tools like the clang sanitizer think that it was. Fixed it while still maintaining the allocation optimization, at the cost of a bit more memory usage. Change-Id: I3ef7051e85601a4440f02cb4dfe2e15227a06e87
-
Utkarsh Ayachit authored
Change-Id: I61dd2b74ecf898020d64b08efd04436d0c340b28
-
Utkarsh Ayachit authored
21df2adc Change the default compression level for PNG to 5.
-
- 19 Dec, 2013 10 commits
-
-
David Gobbi authored
7b045ad7 Fix typo in vtktiff CMakeLists to areroul.
-
Dave DeMarle authored
2d3ecda0 bug#0014200 fix incorrect text scaling
-
Brad King authored
Add a <module>_RUNTIME_LIBRARY_DIRS module information value. Teach vtk_module_config to report <ns>_RUNTIME_LIBRARY_DIRS by collecting and de-duplicating the directories from the modules. This restores the VTK_RUNTIME_LIBRARY_DIRS value provided by VTKConfig prior to modularization. It is useful for consuming applications to find their runtime library files for packaging. Change-Id: I488d5c1395203a2492a4f5cc9b3c1d97385a31c3
-
John Stark authored
Change-Id: I11ac729635cd1cd1cdcd5283218ce49a950bc176
-
George Zagaris authored
a07749d1 ENH: Ghost zone generation for unstructured grids 7c35e23a ENH: Add vtkMPIUtilities -- parallel printf utils 0f73b924 ENH: NearlyEqual fuzzy comparator and SafeDivision 55eb011a ENH: Support for VtkIdType & enhancements 01204dd4 ENH: multi-process stream enhancements
-
Dave DeMarle authored
f9724c30 Bug 0014446-must enable blending when we use it
-
Dave DeMarle authored
168e0b9d Write welcome message to console only when interactive
-
Dave DeMarle authored
71382ac3 ENH: Restore tests for IO/XML
-
Dave DeMarle authored
fb39b895 ENH: Restore test for ChacoGraphReader
-
Dave DeMarle authored
540f6d08 Fix problem with Pipeline Mtime when connecting to itk. See Bug id 12684
-
- 18 Dec, 2013 5 commits
-
-
Sankhesh Jhaveri authored
23bd3f24 BUG 14109 VTK_INSTALL_QT_DIR is only one that needs leading slash
-
Dave DeMarle authored
See http://www.vtk.org/Bug/view.php?id=14109 Change-Id: I829b73500518abbab794fe7744ee5d2c8d37c36b
-
Sankhesh Jhaveri authored
11647ad9 Update baseline for DASH3 TestLinePlotGL2PS.
-
David C. Lonie authored
Change-Id: I63a04e9cd301b1a4ab872f9b492534f788fbcecd
-
George Zagaris authored
This commit adds functionality for generating ghost zones on a distributed unstructured grid. Change-Id: Idd9ce355f8070bbdf882cdb2350fdcbce2c4b845
-