- Mar 22, 2014
-
-
David Gobbi authored
The wrappers tools try to read all #included headers in order to get all the preprocessor macros that they might need to properly parse the code. However, if a header cannot be loaded, they are supposed to be ignored. David DeMarle recently discovered that if the #include directive found a directory with the name of the header that it was looking for, then the wrapper tools would fail. I've added an "isdir" check to guard against this. Change-Id: I4847b8806b3e28a42aa299dce0dfe58254c20084
-
- Mar 21, 2014
-
-
Sebastien Jourdain authored
4ef82649 Add sorting capabilities
-
Sebastien Jourdain authored
Change-Id: I9dfd374b20c9516c2f2bdf84a82dbb8b90365c1f
-
Dave DeMarle authored
252798f0 make rubber band look correct on scenes with textures
-
- Mar 20, 2014
-
-
Sankhesh Jhaveri authored
0d980664 Additional baseline for TestAreaSelections
-
Utkarsh Ayachit authored
c4c8ce83 Add support for empty strinngs in SetInputArrayToProcess.
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: Ife0ad531a35dda3d4183608791792e0d80892de9
-
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
-
-
Utkarsh Ayachit authored
c78a1e6a Revert "Pass std::strings through the OStreamWrapper."
-
Sebastien Jourdain authored
1228f920 Fix composite rendering widget for search 4b450f4d Properly handle background selector visibility
-
Sebastien Jourdain authored
Change-Id: Ied803827399742991f96df04b920d8459e80c92b
-
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
-
David C. Lonie authored
c49b9c19 Pass std::strings through the OStreamWrapper.
-
- Mar 17, 2014
-
-
Joachim Pouderoux authored
cee00a0e Fix and enhance the box plot and chart
-
David C. Lonie authored
This allows vtk[SG]etMacro to be used with std::string ivars. Change-Id: I654754d580034a889afa4d2535bb2a16c9746f07
-
Zack Galbreath authored
6d501034 change signatures for wrapping
-
Zack Galbreath authored
Apparently functions whose signatures contain vtkSmartPointer are not wrapped into python. Change such methods of vtkTreeHeatmapItem to contain ordinary pointers instead. Change-Id: Ic98311c10f1e7a99fb4ad071d3981e4febb0604e
-
Sankhesh Jhaveri authored
Change-Id: I3d57c5e00e7ecd90e1ed87e232ece26deb237a07
-
David C. Lonie authored
59b7ad11 Make it possible to override ClampPos.
-
- 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
-
Utkarsh Ayachit authored
SetInputArrayToProcess ignored empty strings (treating them same as NULL strings). This behavior makes it impossible to pick arrays that have no names. Fixing SetInputArrayToProcess to not ignore empty strings. Also added a check in GetInputArrayToProcess to handle the case where no array association was specified. Change-Id: I3c3a9017ea014c2b8f844133956add72c1cf3e6d
-
- Mar 14, 2014
-
-
Robert Maynard authored
6803ffd2 Properly implement the factory for the dax filters.
-
Robert Maynard authored
Change-Id: If03194e9df8258feb72fa2ed53f263eacd4891d5
-
Bill Lorensen authored
77483595 COMP: Adjust tolerances
-
Dave DeMarle authored
7e09ea95 Sphere widget behaves better when scaled down to zero
-
Bill Lorensen authored
Some tests need tolerance adjustments oon various platforms. Also, removed deprecated method tests to avoid warnings. Change-Id: I92e43e8e52ecd8e608d533aaa00890bac4b53cbf
-
Andrew Maclean authored
Radius was becoming non-determinate and the widget could not be scaled back from zero. Added new test to check zoom. Change-Id: Ib308bc7109d6624fbf3ff725bae33ecc93e45b72
-
- Mar 13, 2014
-
-
Robert Maynard authored
d353840f Correct warnings about negative unsigned constant values.
-
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
-