- 01 Mar, 2015 6 commits
-
-
Dave DeMarle authored
Change-Id: Ia4e539b02908e65ffaa34d96a8188519cebeab27
-
Andrew Maclean authored
This is required for std::max() and std::min(). I think (but don't quote me on this) that the older MSVC compilers used to automatically include a MSVC specific header called xutility where these were defined. With respect to other comilers e.g. gcc, it is possible that one of the other includes is adding the algorithm header in. Change-Id: Ib4aba45f001edacea645eaf2bffaeb17e592cecf Signed-off-by:
Andrew Maclean <andrew.amaclean@gmail.com>
-
Dave DeMarle authored
Change-Id: Ic82bf0048478da840a56e91ab4032557a19a46a5
-
Dave DeMarle authored
Change-Id: I9baba36905301d28becced97920c6dd877424a53
-
Sean McBride authored
This reverts 42815afe aka I85da8ed1664a6e7dcb1a6c7d987fbfbd309558db Change-Id: I304fcf3872f15e99a5f2d36492edb361fdd06b7f
-
Dave DeMarle authored
Change-Id: I647a0af5d3d76fa78d73ca7409dca7a1731c535b
-
- 27 Feb, 2015 1 commit
-
-
Dave DeMarle authored
Change-Id: Idf2803274e34cdc1e0d96436088aa61cfd0b69bd
-
- 24 Feb, 2015 6 commits
-
-
Ben Boeckel authored
Change-Id: I31e989f7157bcbcb059cb4e4c19a132aec56b5cf
-
Ben Boeckel authored
Change-Id: If7cf020dfa8d80e46fc47dcce4bb8b1a8a06e494
-
Ken Martin authored
Fix the case where a polydata is passed to CompositePolyDataMapper2 instead of a CompositeDataSet. Also fix a failure with scalar coloring when not using texture maps. Change-Id: I9fc88464994fc41f439fe1288a78c7f898805b1c
-
Sujin Philip authored
Suppresses the obsolete warning C4345 for VC++. This warning only occurs in Visual Studio 2005 through 2012. Change-Id: I3d73822daa7b6a62f52f5e1b5fc46f7f2208f88f
-
Ben Boeckel authored
Change-Id: I40868bfa5ed27b084716fcefb05c21bfa011f826
-
Ben Boeckel authored
Change-Id: I42763a8818190b72e9074005fb848dc4cd715b3c
-
- 16 Feb, 2015 7 commits
-
-
Andrew Bauer authored
Change-Id: I4e3872ea3e35e5afaa9ee9f3c34a75d88036e45b
-
acbauer authored
The vtkGeometryFilter assumed that vtkPolyData cells were traversed in verts, then lines, then polys and finally triangle strips and thus outputted cell data in that order. This is not the order that polydata cells are iterated over though. Thanks to Andreas Buykx for the patch that this fix is based on. Change-Id: If5958b24f6b5d66e514667e504e94a3badabee9a
-
Dave DeMarle authored
Change-Id: I5714e954dcc7bafadc4c8b295107b556abbe1271
-
Dave DeMarle authored
Change-Id: Ib37991f95f11fbbbbf793e03fc2ac9c28a2c7730
-
Dave DeMarle authored
Change-Id: I0bb2bc8c0434c3bfb3d09b96c5f834e0e6e52c86
-
Dave DeMarle authored
Change-Id: I0c6a1cbb390e83556dbe15a6e3c2059e528f4439
-
Dave DeMarle authored
Change-Id: I6e275d949631802b1a17d9e426bad5886c185432
-
- 15 Feb, 2015 1 commit
-
-
David Gobbi authored
There was a simple mistake in the code that builds the "ArgCheck" string that the wrappers use for argument type checking. As a result, the "argument check" was not distinguishing between const reference args and non-const reference args. A "const reference" arg type can satisfied via implicit conversion from another type, while a non-const reference arg cannot. The new test specifically tests for this. Change-Id: I59725536496dd6d80b64ace09403161ccd89c9b4
-
- 12 Feb, 2015 3 commits
-
-
Ben Boeckel authored
It is only used if methods exist. Change-Id: Id9bd3568096cbfa177bafb4f080301f1df62575a
-
Ben Boeckel authored
Change-Id: If625f69914513507151659a3a6161d987ad84591
-
Ben Boeckel authored
Change-Id: I1035010ffed5cbc484a0b953b7319c3d17c4245d
-
- 11 Feb, 2015 7 commits
-
-
John Tourtellott authored
Change-Id: Ib7f373cdea1558b8b6cc02fe49a2fefbec8daae1
-
Ben Boeckel authored
0f7244b1 vtkModuleTop: handle UsrMove-like setups
-
Ben Boeckel authored
The problem is that when the package is found via a directory with a symlink which points into the install prefix, we should use the configured install prefix. Example: /usr (install prefix) /usr/lib/cmake/vtk-6.2 (configuration's path) /lib -> /usr/lib (UsrMove) /lib/cmake/vtk-6.2 (path VTK was found by) The problem here is that when we traverse up the 3 components to try and find '/usr', we end up finding '/' instead. To fix this, we detect this by resolving the found path and the expected path to remove all symlinks. If these are the same, use the configured path, otherwise go up the tree the correct number of components. Still unsupported is finding VTK by a path with a symlink into the prefix and VTK has been relocated since being installed. Fixes #15065. Change-Id: I181a126382941eb7e33304d426719abd5769048b
-
Ken Martin authored
96c61c1c Made Point Gaussian mapper handle scale arrays not in dataset 9d090aa5 Fix triangle size for sprites with radius > 1 25e578b0 Add an option to set default radius of point gaussian
-
Aashish Chaudhary authored
7b2091ae Allow the initial GL2PS buffer size to be set.
-
Aashish Chaudhary authored
ed363610 Silenced compiler warnings
-
Ken Martin authored
3943313e Update to a cleaner way of solving the issue f77c1ff9 Fix an issue with mapper requiring a polydata input
-
- 10 Feb, 2015 8 commits
-
-
Aashish Chaudhary authored
Change-Id: Id9d1b02b7752c6b25f1708760f38cc587a1d3b99
-
Jean-Christophe Fillion-Robin authored
This commit extends the API of the corner annotation by introducing an enum named "TextPosition". Considering that enums are also wrapped in Python, this will improve the readability of both python and c++ code. The words Lower{Left|Right} and Upper{Left|Right} have been selected to be consistent with vtkLabelPlacer API Change-Id: Icdfab06556a332235ecc50f0b4d1d2f9888365be
-
John Tourtellott authored
Change-Id: If5c635da83fd57a2bcc16d928200deb25222e21a
-
John Tourtellott authored
* Omit vtkGDAL.h from standard header testing * Remove vertical flip logic Change-Id: I52ba2638760588212d0f17925a429e6e14981b8c
-
Ben Boeckel authored
3d5063da doxygen: add an option to disable CHM files 200c23e5 doxygen: remove obsolete options be21c187 examples: add shebang lines 59b38c86 wrapping: find superclasses that are templates 5a49848a wxVTKRenderWindow: support wxPython 3.0 8384af62 java: add an option to set the target for java compiles 2028be3d cmake: reformat java compilation commands b06009ab netcdf: support a system netcdf 27c0ec48 install: install missing module-related files
-
Dave DeMarle authored
95b3d503 per bug 14826 make find_package vtk more lenient
-
Jean-Christophe Fillion-Robin authored
find_package(VTK 6) has an implied .0 which is counterintuitive and find_package(VTK 6.0 REQUIRED) won't accept vtk 6.1, 6.2 etc. This change makes the minor version at least more lenient. Change-Id: Ic435f1dc78f47682baefc62da927b4f04ea78ff0
-
Ben Boeckel authored
5cc298e4 python: don't export Python modules as targets
-
- 09 Feb, 2015 1 commit
-
-
Ben Boeckel authored
eb1ab4b0 metaio: remove stray reject file
-