- Apr 09, 2012
-
-
Exclude ThirdParty, Utilities/MetaIO, and Utilities/KWSys as these are maintained outside VTK. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com>
-
Include the module-wide header from every header in each module. Reference the export/visibility macro for the module. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com>
-
Add module.cmake, CMakeLists.txt, and other build system files. The modular VTK build system is not yet mature. The monolithic build files had a lot of infrastructure. The modular build files reproduce much of the functionality but some features will need to be restored later. Document status and tasks in "TODO-Modularization.txt". Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com> Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
-
Move source files from their former monolithic VTK location to their new location in modular VTK without modification. This preserves enough information for "git blame -M" and "git log --follow" to connect modularized VTK files to their original location and history. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com> Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
-
The modular VTK build system completely replaces the old monolithic CMake code. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com> Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
-
Kitware Robot authored
-
- Apr 08, 2012
-
-
Kitware Robot authored
-
- Apr 07, 2012
-
-
Kitware Robot authored
-
- Apr 06, 2012
-
-
Marcus D. Hanwell authored
a3feef0d BUG 12810: Fix for int overflows in volume rendering module
-
Marcus D. Hanwell authored
c5ff1723 recent clang started warning when seeing non-UTF8, fixed.
-
Marcus D. Hanwell authored
18933dd7 COMP: Resolve warning for converting to int from double c02557d2 ENH: Add GetParticleName to internal flash reader 3e456945 ENH: Remove vtkPlane from class ivars 5bfba542 ENH: Use vtkUnstructuredGrid in CutAMRBlock 2c911dc4 ENH: Implement extraction of cells on plane 9ee40558 COMP: Fix compiler warnings c4941ad9 ENH: Use octree point locator to extract cells e30124f5 ENH: Remove vtkContourValues and use endl b5a58633 ENH: Use vtkOverlappingAMR + style changes
-
Chris Harris authored
ee48a555 Renaming file to fix possible modularization conflict.
-
Dave DeMarle authored
Change-Id: Ie6e3f3c87c1ac285eaa1113d84104d81810daeaf
-
Nikhil Shetty authored
Another file with the name TestGraph.cxx is also present in Infovis/Testing/Cxx. Change-Id: I51e95142cb248a8200adced2ab0863542496e54f
-
Marcus D. Hanwell authored
e179bdbc Deleting unused tests
-
Marcus D. Hanwell authored
958fe0cf Deleting duplicate test.
-
Nikhil Shetty authored
This test has been moved to /Common/Testing/Cxx a long time ago but the code still lingered around. Change-Id: I137b92530d157f2e96b366c49ea4ad080e5c9537
-
Dave DeMarle authored
Change-Id: I31e5f285ab373253bc3558ae29a76a4d57cf2b6f
-
Dave DeMarle authored
Change-Id: I4beda3819e5e68a683f81b738e9be0efdf5a2f04
-
Nikhil Shetty authored
Change-Id: I5a86445185e8adf06b1c8607f803d245a37e33f4
-
Robert M. O'Bara authored
9cb34f54 Add a function to check whether there exists parent child information
-
Yuanxin Liu authored
Change-Id: I785d9bf4c41f521d4daaab3f025c52c1a1079dc3
-
Kitware Robot authored
-
- Apr 05, 2012
-
-
George Zagaris authored
Change-Id: Ie68d9e1dceb75ef74db05a8f08a3180fbc7f7a1b
-
George Zagaris authored
Change-Id: I3a09962fc26a3aa2826591b1874be5b40b1b9a3d
-
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(...)
-