- Mar 20, 2014
-
-
59b7ad11 Make it possible to override ClampPos.
-
eef18179 Merge topic 'catalyst-web-composite' into master b4f486ff Improve web compositing for dynamic interaction 3df199ea Merge topic '0014457-ExtractPolyData-PassPoints' into master dd0222fb Merge topic 'proj-tet-baseline' into master 73431db6 Rendering/Volume: Convert new baseline to ExternalData content link 2ee357be Merge topic 'fix-CMP0025-CMP0042-warnings' into master 86c8c55d Merge topic 'proj-tet-baseline' into master 0e07b099 Add new baseline for dashlin1. 075df487 Merge topic 'ensight_binary_time_caching' into master 2ad9f474 Set CMake Policies CMP0025 and CMP0042 as necessary 3a04542c Examples: Set required CMake version and policies before project() 59836055 Refactor top-level CMake Policy settings as loop 08df7a88 Accelerators/Dax: Remove extra call to cmake_minimum_required ee1c7530 vtkhdf5: Remove extra calls to cmake_minimum_required 5e7a8970 Merge topic '14258-remote-polyhedra' into master d208c644 Merge topic 'Delaunay3D-Alpha-0014050' into master ...
-
- Mar 18, 2014
-
-
David C. Lonie authored
This reverts commit c49b9c19. I'm going to remove this commit until we can figure out what to do with strings. The conventions say std::string is our preferred string container, but also that STL containers cannot be used in Common/Core. Change-Id: I1db2bad22bb74ca19de5355fb44371b58b59e900
-
- Mar 17, 2014
-
-
David C. Lonie authored
This allows vtk[SG]etMacro to be used with std::string ivars. Change-Id: I654754d580034a889afa4d2535bb2a16c9746f07
-
- Mar 16, 2014
-
-
Utkarsh Ayachit authored
This is needed to add support for editing control points where Y is not clamped to [0,1]. Change-Id: I96c36c49d51964ac19a657dffa9cd8184e8b23f2
-
- Mar 12, 2014
-
-
Sebastien Jourdain authored
b4f486ff Improve web compositing for dynamic interaction
-
Sebastien Jourdain authored
This JS version match also the current data generated with the ParaView plugin. Change-Id: I0fe444db0687a803b1f51bc75add796bd042a2a5
-
Andrew Maclean authored
0567a19c Extended filter to support culling unused points.
-
David C. Lonie authored
73431db6 Rendering/Volume: Convert new baseline to ExternalData content link
-
Brad King authored
This should have been converted prior to addition in the parent commit. Change-Id: I6722de844eb3440334911a7e484fd5f66cae2e0f
-
Brad King authored
2ad9f474 Set CMake Policies CMP0025 and CMP0042 as necessary 3a04542c Examples: Set required CMake version and policies before project() 59836055 Refactor top-level CMake Policy settings as loop 08df7a88 Accelerators/Dax: Remove extra call to cmake_minimum_required ee1c7530 vtkhdf5: Remove extra calls to cmake_minimum_required
-
Dave DeMarle authored
0e07b099 Add new baseline for dashlin1.
-
David C. Lonie authored
Change-Id: Ie94d3e883da1c43a7dc7383a80d73339dbaf5f92
-
Robert Maynard authored
9cc56d49 Add caching for time steps in EnSightGoldReader binary reader.
-
- Mar 11, 2014
-
-
Brad King authored
CMake 3.0 introduces these policies to improve default behavior on OS X. Set them explicitly in VTK to avoid policy warnings. VTK already works with the NEW behavior. Policy CMP0025 affects the project() command when the Apple Clang compiler is used so we need to set it in all the Examples. Policy CMP0042 affects shared libraries on OS X, enabling MACOSX_RPATH by default. Set it in directories where we create libraries. Also tell KWSys to enable MACOSX_RPATH explicitly instead of setting the policy. Change-Id: I543b60ee1b8f629adb150e01ee83d99dddb66f46
-
Brad King authored
Update CMakeLists.txt files in the Examples to call the cmake_minimum_required() command and set policies before calling the project() command. This is necessary because policies may affect the project() command behavior. Change-Id: Id7d4e68b35fabdff29c1ecb0b9e7475e5588b753
-
Brad King authored
Use a loop in the top-level CMakeLists.txt file to set policies, and comment each item with the version of CMake that introduced it. Also do this in Testing/External/CMakeLists.txt since that is used as the top-level source tree for building tests externally. Change-Id: Ic4f0fab6f23d1409ad1140617292f2751896540f
-
Brad King authored
This directory is never used as the top-level source. Change-Id: Id3878915df82c6e69323af625cc5d3906629faf4
-
Brad King authored
Drop calls to this command in subdirectories. They are never used as the top-level source directory. Change-Id: I6249719417ea8adb9297fab9f7e969c944bb3a13
-
David C. Lonie authored
c8bec1f2 Handle polyhedra in vtkUnstructuredGridWriter. 42b0733e Process facestream in vtkExtractUnstructuredGridPiece::RequestData.
-
Utkarsh Ayachit authored
eb41a259 Added ability to control alpha shape output
-
Joachim Pouderoux authored
5d42650d Fix bag plot and functional bag plots tests.
-
Joachim Pouderoux authored
Use precomputed table of densities to avoid precision differences on some machines. Also remove unuseful normalization step in the plot and algorithm. Change-Id: Ifb28b82b276ee93b66f4ddf8f4375f7b3b465b94
-
- Mar 10, 2014
-
-
Change-Id: I7fb57f3a45922d9106e7395329d62e5f060b1417
-
Sean McBride authored
c85fdec0 Fixed clang analyzer warning about reading uninitialized data. d0f7675d Fixed clang analyzer warning about null deref 5c91a749 Suppress clang analyzer warning 4cc7d0f2 Fixed clang analyzer warnings about dereferences e3197161 Fixed null deref found by clang analyzer 5470f390 Fixed clang analyzer warning about dead store to 'cptr'. 9c290871 Fixed clang analyzer warning about dead store to 'itr'. d1926545 Fixed clang analyzer warning about dead store at very end of method. baea339c Fixed clang analyzer warnings about dead stores. 5ff4c6b0 Misc cleanup of code nearby clang analyzer warnings. 67ed07b0 Fixed clang analyzer warnings about dead stores. 8983273a Workaround clang analyzer warning by creating temp variable. c8389e93 Fixed clang analyzer warning about dead store to 'bestTime'. 6296aa13 Fixed clang analyzer warning about dead store to 'index'. 27fa3877 Fixed clang analyzer warning about passing null to memcpy. 480a8f9c Fixed clang analyzer warning about dead store to 'pd'. ...
-
Georg Hammerl authored
Change-Id: I69137fd0b90ae9f5194af99995df6b1af06d1b41
-
Dave DeMarle authored
1d754ec2 fix a compilation warning
-
Dave DeMarle authored
londinium's compiler doesn't realize that the first pass doesn't use xm1, so it complains that it might use it uninitialized. Change-Id: If1263f4075b02aa6d3fcfda8b42b55d7cae72a7e
-
Ben Boeckel authored
d7ec6c1b AVIWriter: Fix a comment typo 3e7585ca AVIWriter: Don't overflow the fourcc storage
-
Will Schroeder authored
Previously the filter just passed points through. This behavior is an option now (PassPointsOn) and instead unused points (after extraction) are discarded. This implementation is consistent with vtkExtractGeometry and is the new default behavior (PassPointsOff). Change-Id: I8fb396caa236e54c0afdb69f94a0ea785e8bca97
-
Dave DeMarle authored
0f6d7456 Fix pipeline update issues in vtkImageExport 070b804c Add a test for vtkImageImport / vtkImageExport
-
Sean McBride authored
f062ed5a Fixed a bunch of clang -Wabsolute-value warnings
-
Sean McBride authored
74f4888a Removed -fobjc-gc from VTK_REQUIRED_OBJCXX_FLAGS
-
Brad King authored
CMake 3.0 introduces policy CMP0046 to diagnose missing dependencies named by the add_dependencies command. Drop such unused dependencies from Wrapping/Python. Change-Id: I60a976f92b51c10313910c12fbede46e90be9a96
-
Brad King authored
CMake 3.0 introduces policy CMP0040 to diagnose add_custom_command calls whose TARGET option names a target that does not exist. Drop such unused custom commands from HDF5. Change-Id: Ic1fc58a3e2f171c35a9c055cdeca7bcc484ff837
-