- 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
-
David Gobbi authored
f0825f48 Fix uninitialized array warnings.
-
Brad King authored
This will allow std::string to be used with vtkSet/Get macros. See discussion thread VTK coding conventions clarification http://www.vtk.org/pipermail/vtk-developers/2014-March/014867.html Forward-declare std::basic_string<> to avoid including <string> everywhere. Use std::allocator<> and std::char_traits<> declarations that we know vtkSystemIncludes.h brought in before including the vtkOStreamWrapper.h header. Inspired-by:
David C. Lonie <david.lonie@kitware.com> Change-Id: I8f4d5a032c4348b270c69bd2e33f64bf708108c5
-
David Gobbi authored
There were dashboard warnings about array elements that might be used uninitialized. Set the arrays to reasonable default values. Change-Id: I6507d778ff315367c2798b1568e2b4eac7731cd2
-
David C. Lonie authored
Change-Id: I1a51d9f1c44ce55863077bd2dfba8deacc53f26b
-
David Gobbi authored
8eb00d2f Fix cell picker for images with negative spacing.
-
David Gobbi authored
If the spacing of the image data was negative in any of the three dimensions, it resulted in a failed bounding box test for the image in the vtkCellPicker. This patch adds a check for negative spacing. Change-Id: Ia6b7c31fa78988900ce2e68f0ee8cd9bc8ecbf8d
-
- Mar 25, 2014
-
-
Robert Maynard authored
b7cb56bd Netcdf now handles different directories for c and cxx bindings.
-
Sebastien Jourdain authored
8f3a3574 Fix Composite Javascript for WebKit
-
Sebastien Jourdain authored
Change-Id: I5da656305be57dd9d8e78c6f498daecdab2120f8
-
David Gobbi authored
c8c78cd6 In wrappers, guard against #including dirs.
-
Sebastien Jourdain authored
eaf37306 Refresh workbench UI and workflow
-
Sebastien Jourdain authored
Change-Id: I3bf5b6ce78c9653d094e9b3cbb1302c4ac498990
-
Robert Maynard authored
Change-Id: I50f463046399ec1c6186ffe0b92066a642e354f9
-
- Mar 24, 2014
-
-
David C. Lonie authored
e52eff07 Return early in TransformPoints if input is NULL.
-
David C. Lonie authored
Change-Id: I334f78b9429dfec78f758f10f8fc30f439d8c276
-
- 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
-