- Apr 30, 2014
-
-
George Zagaris authored
Fixed issued with unigrid enzo datasets. The reader was calculating number of levels to be 0, which was leading to a segfault. Added code to detect unigrid datasets and fixed the issue by setting the number of levels to 1. Change-Id: Ie9f1fbe8c3c38c69e5761b357256be9531ed10f3
-
- Apr 29, 2014
-
-
David Gobbi authored
cbd4884d Fix a crash when deleting vtk-python objects.
-
- Apr 28, 2014
-
-
Zack Galbreath authored
14071140 add SSL support to VTKWeb server
-
Sebastien Jourdain authored
30e74c14 Add configuration pass to Catalyst PVW workflow
-
Sebastien Jourdain authored
Change-Id: Ib9619597387940a1286edbe0fdd15ec61931147e
-
- Apr 25, 2014
-
-
Zack Galbreath authored
New command-line arguments allow us to serve VTKWeb content over secure websockets. Change-Id: Ieb5bb9c5a4387bd9ec6c738546f3622480b7b2f1
-
George Zagaris authored
33920cf2 BUGFIX: Add guards for NULL ivars in PrintSelf
-
Robert Maynard authored
cd0b6e68 Set MACOSX_RPATH property default consistently across CMake versions
-
George Zagaris authored
The PrintSelf method of vtkStructuredImplicitConnectivity was causing failures in the otherPrint test b/c it was dereferencing NULL ivars. Fixed that by adding guards to chekc if the ivars are NULL. Change-Id: I50416653e14d5af50a6408c09129f1deebf63ebf
-
Brad King authored
Since commit 32e48028 (If the original file is missing, make it non-fatal, 2013-10-31) we use a STATUS message instead of a FATAL_ERROR to report that a DATA{} reference names a missing file. The STATUS message has no backtrace. Use an AUTHOR_WARNING message instead. Also restore the FATAL_ERROR message when the DATA{} reference names a file that exists as a directory. Change-Id: I2cbcb8f6667074401ea9f7743cf6e547ec5061a0
-
Brad King authored
The MACOSX_RPATH target property was introduced in CMake 2.8.12, but we currently allow CMake 2.8.8. Set CMAKE_MACOSX_RPATH to 0 by default so that we get consistent behavior across all versions of CMake. Leave a comment explaining when the default should be updated. Now that we set a MACOSX_RPATH default explicitly, we no longer need to set CMake Policy CMP0042 as was added in commit 2ad9f474 (Set CMake Policies CMP0025 and CMP0042 as necessary, 2014-03-11), so remove it. Change-Id: I8af24a728379176b9e7ab933206eaa956e1c60f2
-
- Apr 24, 2014
-
-
Sebastien Jourdain authored
09f9d205 Fix several catalyst web UI issue
-
Sebastien Jourdain authored
Composite search zoom level Image size inside search result Search stat state Synch control ui with interactive Phi change Change-Id: I92533f0e5972c25a0991cf8c9643ee58e9554933
-
- Apr 23, 2014
-
-
Sebastien Jourdain authored
cc6002ea Add runtime libraries on Windows for Java binary package
-
Sebastien Jourdain authored
Extend VTK_JAVA_INSTALL section to properly integrate runtime libs in the custom generated package. Change-Id: I857118e1554ca2d1193048058454f1203e3ae622
-
Berk Geveci authored
843bd4d2 COMP: Update vtkFiltersParallelMPI tests
-
George Zagaris authored
Updated tests in the vtkFiltersParallelMPI module to reflect changes in VTK's test macros. Change-Id: I81d3983a35f3fe2e49cb2b83f2771d2c92084ff2
-
George Zagaris authored
e42bbf8f ENH: Implicit structured data connectivity e4c0566b ENH: FieldData deserialization to a subextent f41f521f BUGFIX: Fix integer overflow in vtkStructuredData 271954af ENH: DuplicateNodes property to RCB partitioners
-
George Zagaris authored
This commit introduces the vtkStructuredImplicitConnectivity class, intended as a lower-level helper that provides functionality for resolving situations where "gaps" are present in a distributed structured dataset. Gaps are resolved by communicating the data (growing the grid to the right) as necessary to close the gap. This situation is common with finite difference grids that are partitioned with respect to the nodes of the grid, or when some other post-processing filter, e.g., sampling the grid to reduce the resolution introduces a gap.The present implementation requires one grid per process and can deal with 2-D datasets -- XY,XZ,YZ -- as well as 3-D datasets. A test for all 2-D and 3-D cases is also added. Change-Id: I5260ce4fb5ced45434a719c8aacc2153253917a7
-
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
-
- Apr 22, 2014
-
-
Brad King authored
VTK module archive libraries are installed as part of the "Development" component and so should be excluded by the VTK_INSTALL_NO_DEVELOPMENT option. Convert vtk_target_install() to a function so we can return() early from it to skip static libraries. Change-Id: Ib1be04898d4083b30b1b2a85765ecb77672c8d92
-
Berk Geveci authored
56a6e7bc FiltersGeometry: Remove unnecessary links
-
Ben Boeckel authored
The TEST_DEPENDS module option already takes care of this. Change-Id: Ib27e0d7a6d362f9358c512b0f6fb934cc35605a4
-
- Apr 21, 2014
-
-
Sebastien Jourdain authored
87af8da1 Fix basic catalyst viewer with theta
-
Sebastien Jourdain authored
Change-Id: I7b8d7d31feae40407fd4b8e3cf7054e0eff3628e
-
Zack Galbreath authored
4cfbdfd2 style cleanup ea356a14 break vtkRCalculatorFilter's input/output symmetry
-
- Apr 19, 2014
-
-
Joachim Pouderoux authored
ee53b256 Replace a verbose cout by a vtkDebugMacro()
-
Joachim Pouderoux authored
Change-Id: I76b05a0d717994b2db50f24a3e463a61a4dc1118
-
- Apr 18, 2014
-
-
Marcus D. Hanwell authored
2c11e597 testing: Don't look for tests when making an executable 7f6395a8 Fix test function signatures 6e1350c0 testing: Use vtk-example as a fallback for prefix
-
Zack Galbreath authored
indentation was messed up in a block. Change-Id: I7b1890aa552f8b4133f07cca515f858a809deea9
-
Zack Galbreath authored
Before this commit, vtkRCalculatorFilter produced the same type of output as its input. This is no longer the case. For example, you can now run an R script that takes one table as input and produces two trees as output. A test is included for this new functionality. This commit also makes vtkRAdapter::RToVTKTree() more robust. Previously, we assumed that the elements in the R Tree would appear in a certain order, but apparently that is not guaranteed to be true. We now parse these elements in whatever order they appear. While I was modifying this function, I also cleaned it up so it should now adhere to VTK's coding style. Change-Id: I988361ee8e6788f6f51e0c930fc52df50d1b2912
-
Ben Boeckel authored
Change-Id: Ib4c263cb6c9dbc97883e1f8276a8a16beb149019
-
Ben Boeckel authored
Change-Id: I851265b552c48e752906f0ff4e109c3a6e6fff9c
-
Ben Boeckel authored
Change-Id: I627bdd7ae131a3eff1b2e08a9b709760af178c28
-
- Apr 17, 2014
-
-
Ben Boeckel authored
bde39faf ParallelGeometry: Fix Grid symbol scoping e697da83 examples: Fix typo in testing calls
-
Robert Maynard authored
4e060c24 Copy simple TIFF images into buffers more directly
-
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
-