- 09 Mar, 2012 7 commits
-
-
George Zagaris authored
Change-Id: Idb1072384dbc3ee0ceb2e59f4556ba5350f3000c
-
George Zagaris authored
Added cmath include needed for fmin/fmax definition required on Windows. Change-Id: I66e07e2971a03d65b9f72f2a8d390b597971fd38
-
George Zagaris authored
AMR examples must depend on parallel since vtkAMRUtilities is used. Change-Id: I16f72d6ef917849334f11c2e700c6b5f7f5a92e8
-
George Zagaris authored
Change-Id: I44dcf455a68971d91e175aaf6ca840ff38ca1588
-
George Zagaris authored
Change-Id: I2fe63a6d6da049946e50434ec758bad81c6794b7
-
George Zagaris authored
* AMR-Refactoring: (523 commits) COMP: Updates for VTK6 COMP: Rename SetInput to SetInputData for VTK6 COMP: Fix compiler warnings with unused vars COMP: Yanking out VTK4 pipeline logic on vtkObject COMP: Rename SetInput to SetInputData for VTK 6 BUGFIX: Fix memory leak when attaching blanking BUGFIX: Revert to old code for blanked cells COMP: Fix windows issues by adding C++ includes COMP: Fix python wrapping for AMR kit ENH: Remove std namespace from PrintSelf() ENH: Removed old no longer used code COMP: Build AMR kit iff VTK_PARALLEL is ON COMP: Remove "vtkAMRUtilities.h" include Patch refinement WIP: Patch refinement ENH: Simple unit test for Flash/Enzo AMR readers ENH:Expose GetNumberOfLevels/GetNumberOfBlocks ENH: Pass VTK_DATA directory to tests STYLE: Change CMake commands to upper-case ENH: Fix PrintSelf signature for HeaderTesting ...
-
Kitware Robot authored
-
- 08 Mar, 2012 33 commits
-
-
Marcus D. Hanwell authored
13572858 COMP: Rename ExecuteData to ExecuteDataWithInformation
-
Chris Harris authored
Continuous dashboard with MPI turned on caught this. Change-Id: I29e35b0a306de218b07d4ad43aa4749fba0e59c3
-
Chris Harris authored
4cbe8730 BUG: Add call to Delete() for vtkPointSet objects 9e90f37a COMP: Add Update(...) implementation to silence warnings
-
Chris Harris authored
A vtkPointSet object was being newed without the corresponding delete operation. In both vtkPCAAnalysisFilter and vtkProcrustesAlignmentFilter Change-Id: I5303446606ad50068bb2eb9202a58b0e9217b3d0
-
Chris Harris authored
Change-Id: I4b72b4f480b2f8074a67cefcad87628d34e178e8
-
Chris Harris authored
206b4e4c COMP: Fixed MSVC warning about forcing int to bool. 5ef73ae7 COMP: Fixed unused and set but unused warnings. c6bdb927 COMP: Fixed warnings about unused variables.
-
Marcus D. Hanwell authored
b88f647b COMP: Rename vtkImageAlgorithm::ExecuteData(vtkDataObject, vtkInformation*) 0460b2ec COMP: Correct method signature for AllocateOutputData(..) 41f21eef COMP: Add implementation of vtkAlgorithm::Update(int port) in subclasses
-
Marcus D. Hanwell authored
9ab36cc2 BUG: Ensure Update(...) is only call once in vtkAlgorithm::Update()
-
Dave DeMarle authored
Change-Id: I16dbc98eaab6a4f8bfbb13cc9985aa4d7b07b764
-
Dave DeMarle authored
Change-Id: Ib8911152f8e086c61847644e073a7055258cb75a
-
Marcus D. Hanwell authored
Change-Id: I351af29608ecec7ba1418ef6a83ed118010088ec
-
Marcus D. Hanwell authored
Change-Id: I12e5b9e3dad8715ab3491b4cfcfb84f3f86c3715
-
Chris Harris authored
Rename vtkImageAlgorithm::ExecuteData(vtkDataObject, vtkInformation*) to vtkImageAlgorithm::ExecuteDataWithInformation(vtkDataObject, vtkInformation*) to prevent hiding of overloaded version. Change-Id: Iff5b37ecbb1f3be24e131b98cdd247fd0e0250e3
-
Chris Harris authored
The old form of the method signature was being used. Added the extra vtkInformation object. Change-Id: Ic22879b94771a48a5e93b6418d7ea0fec2d1b3c1
-
Chris Harris authored
Add implementation so subclasses have implementation of both overloaded version. An implementation on just one causes the other to be hidden and therefore compile warnings. Change-Id: I769491a11e111ad92bb932ec67ee4762b1392874
-
George Zagaris authored
Change SetInput to SetInputData Change-Id: Id5bfa2bd1fa137ebf26963df415e3d247195b620
-
David Gobbi authored
7aaf1d8e BUG: Fix the wrapping of QVTKInteractor.
-
Marcus D. Hanwell authored
Change-Id: Ie5288f0c95b8a9436d94addf6ef63db58a6ac7b7
-
Dave DeMarle authored
Change-Id: Ia695c76d0f268d0162c393f348b52fa5a6f1b464
-
Dave DeMarle authored
Change-Id: I0c76e0deaf9f4c0e6af08628e25995bacff82b16
-
Dave DeMarle authored
Change-Id: I7e73ec8f46bb1530e5688709c16d9cbacc9091c1
-
Dave DeMarle authored
Change-Id: I4ae98e6d63b862e52c9312f5901b4fa61f9aa6e0
-
Dave DeMarle authored
Change-Id: I319ca955a8a6fe011c9b167ff9cf76895f82fb14
-
Chris Harris authored
Change-Id: I51e700df4ce0ca32ee0d5987b5b6eeb6d43d8ac7
-
Dave DeMarle authored
f5ca6011 BUG: Fixed a bug in scrolling of top and right axes.
-
Dave DeMarle authored
87e0c1eb COMP: API change in Boost Graph Library.
-
Marcus D. Hanwell authored
The axes in the top and right of the vtkChartXY charts were not behaving correctly, the variables calculating the new transforms needed to be initialized as in the bottom and left cases before transforming them. Change-Id: I505f5fb198e494bf678ffc9031596b47c49d9421
-
Marcus D. Hanwell authored
The header states "shouldn't be exposed to users anymore", and so we should probably look at how we might achieve the same thing with the API that is intended to be exposed to users. This compiles and works with Boost 1.49. Change-Id: I2086f227c45692bd6aa224742369d70f71b5b264
-
Marcus D. Hanwell authored
8a8bc9c7 COMP: Removed another unused header.
-
Marcus D. Hanwell authored
83729930 COMP: Change use of SetInput to SetInputConnection
-
Chris Harris authored
One of the Qt examples was still using SetInput(..) Change-Id: Ie2afb176fcf19e5022b9ceb4294199de3442227f
-
David Gobbi authored
In Python, the QVTKInteractor class wasn't inheriting any methods from its superclass vtkRenderWindowInteractor and was useless as a result. The python wrappers were confused because the prefix is "Q" instead of "vtk". The main kits have a vtkKitHierarchy.txt file that the wrappers can use to ascertain type and inheritance without relying on prefixes, a simple solution here is to use the hierarchy file that was generated for Rendering. Change-Id: Idba365ea61d7153dfd63f678dd36318ba429dc93
-
Kitware Robot authored
-