- Apr 06, 2012
-
-
Kitware Robot authored
-
- Apr 05, 2012
-
-
Chris Harris authored
87679d71 COMP: No stdint.h on Visual Studio.
-
Marcus D. Hanwell authored
Change-Id: Ib54195d356e5929b19a0ad2026b0036d5c4bfc25
-
Dave DeMarle authored
1ece67f0 ENH: Make python vtk module use Connection for inputs.
-
Nikhil Shetty authored
Change-Id: I68c04407f0cf49ec442a2ee740527f034afb5fc1
-
David Gobbi authored
In VTK 6, the SetInput method will be gone. In commit 0061b2d5, the SetInput calls were replaced by SetInputConnection. The purpose of this commit is to backport all VTK-5 compatible parts of that commit to the VTK 5.10 release. Change-Id: I2ca67735e29ea3ff41b2af095f3cf891caca0421
-
Dave DeMarle authored
26f302fe COMP: Fix python module prefix/suffix in vtkMy and vtkLocal.
-
David Gobbi authored
The two build examples, vtkMy and vtkLocal, were not setting the prefix/suffix for the python modules. On Windows, modules must be built with a ".pyd" suffix, because the .dll suffix has been deprecated since Python 2.5. On Linux/Unix/OS X, modules should have the "lib" prefix stripped. Change-Id: I9b9c6bb1d4ab010a46a4b9237afd5d683b21a02e
-
Nikhil Shetty authored
Change-Id: Id86abc93fd06e486e123d392f0792cc19e122580
-
Chris Harris authored
5c7289a0 COMP: GraphicsViewPython.py using SetInput(...)
-
Chris Harris authored
4f6352fc COMP: GUI/Win32 examples where using SetInput(...)
-
Marcus D. Hanwell authored
750b30a7 Changes to get rid of C++11 compiler warnings.
-
Marcus D. Hanwell authored
d8911269 COMP: Fix compilation failures with GCC 4.7.
-
Chris Harris authored
1c7c553f COMP: Cocoa example is using SetInput(...)
-
Marcus D. Hanwell authored
aac2c15c COMP: Removed unused includes.
-
Chris Harris authored
Update to use SetInputConnection(...) Change-Id: Ib14fb19a62604600b89db13c43264546028e22f5
-
Marcus D. Hanwell authored
It seems that intptr_t has moved into stdint.h. Change-Id: I1a1d2cfb4b9bff3033b73d202faf801285bdeba5
-
Chris Harris authored
Update to use SetInputConnection(...) Change-Id: I0d7e22e8a96715557e104d3fea021d4488e14ea3
-
Marcus D. Hanwell authored
61ef3b6a Merge branch 'fix-qvtk-link-error' into commit-to-deal-with-false-merge-conflict 3198ecc4 Fix Qt python wrapping when Infovis/Views is off. 11f7e3bb Add vtkIO to target_link_libraries(QVTK ...)
-
Chris Harris authored
Updated to calls to used SetInputConnection(...) Change-Id: I11ae590b6f59012ac56a6c464728ad3fe3e85ab7
-
Dave DeMarle authored
Conflicts: GUISupport/Qt/CMakeLists.txt Change-Id: If905482ed704034ac2e202aa772638dac8748f80
-
Kitware Robot authored
-
- Apr 04, 2012
-
-
Marcus D. Hanwell authored
This added a dependency on Infovis views in modular from the tests. Change-Id: If04742deca64c1b33dc9b011c76ff32aa9e816dd
-
Chris Harris authored
d547509a vtkShadowMapPass.cxx: Remove unnecessary header
-
Chris Harris authored
(vtkImageGaussianSource.h) Change-Id: Ibcd674c41bd95c7bd59e2d01102041a992b13807
-
Philippe Pébay authored
11ae9949 Do not run Test operation in parallel for correlative nor for PCA 55b55c4c No hypothesis testing for np > 1 with correlative stats a4ab7fa9 The Test operation is not implemented in parallel with np > 1
-
Philippe Pébay authored
Change-Id: Id87b67dff7978ccd3cb19b1cba8971c0edbc9b4f
-
Philippe Pébay authored
Change-Id: I949546bf564670fc584d88ab2aeb501d88a8cba2
-
Philippe Pébay authored
Change-Id: I0bc8ed0734405e8feac58cd4fb44ca2ef73ce28b
-
Clinton Stimpson authored
Change-Id: I7742bd09f424f30862a5b49f4df508dfe643c6df
-
Marcus D. Hanwell authored
844d1f45 ENH: Removed the TextAnalysis kit from VTK.
-
Clinton Stimpson authored
This fixes link errors on Windows with Infovis/Views off, and fixes link errors on Linux with -Wl,--no-undefined. Change-Id: Ifcee058b73c4dd22cf370a8f02cc974f6626d166
-
Kitware Robot authored
-
- Apr 03, 2012
-
-
Andrew Bauer authored
Change-Id: Ifbac8c25db7924f485284ee47443009670e0d174
-
Andrew Bauer authored
0ccfa70c ENH: Change API to use VTK datatypes as parameters f36b8b0b ENH: Field data metadata serialization 0f7a8b70 ENH: Change some asserts to vtkGenericWarningMacro 6b77d199 ENH: API change, inputs first outputs last 63c4b003 DOC: Correct class documentation d6dd7143 ENH: Field data serialization
-
Marcus D. Hanwell authored
This has been migrated to the Titan Toolkit, and was announced several months ago on the VTK mailing lists by Jeff Baumes. Change-Id: I4bbcad802f234840b53b1ef8de9a4c581426ec47
-
Marcus D. Hanwell authored
-
George Zagaris authored
Changed API of vtkFieldDataSerializer::DeserializeMetaData to use VTK datatypes instead of C++ primitives, i.e., std::string and ints. This forces the caller to explicitly allocate the output parameters of the method and therefore, explicitly delegate the responsibility for proper de-allocation of these objects. Furher, it yields an interface that properly conforms to the VTK style guidelines. Change-Id: I28286870eaf0354bea9fdc263aa4488ab12ed252
-