- 17 May, 2012 2 commits
-
-
Andrew Maclean authored
Change-Id: Ie7fe5b7de4e6849047d4bc24622a5b0686815204
-
Andrew Maclean authored
Restored testing of the parametric functions in computational geometry. Change-Id: Idd9979b07ec539bc14865259f2db2368558d9f2d
-
- 16 May, 2012 21 commits
-
-
Marcus D. Hanwell authored
e24f8f36 Update build sytem to include vtkMPIImageReader 3c357e55 Restore vtkMPIImageReader
-
Marcus D. Hanwell authored
c97d0558 Fix typo in class name, the vtk prefix is missing
-
Chris Harris authored
Change-Id: I4ab38781b3ee8c725d29021696809e2fc2013c4e
-
Yuanxin Liu authored
ad9ba5cf refactor tracer classes to parallel and non-parallel
-
Yuanxin Liu authored
- refactor vtkTemporalStreamTracer into two classes - remove depreciated vtkDistributedStreamTracer Change-Id: I56527757c8fa0a177c5161c967f9d44a2cea5b68
-
Philippe Pébay authored
48673e0a Finally we also verify auto-correlated means for sanity. 52541949 Verify retrieved slice (at constant time) cardinality 714c86e0 Verify autocorrelation values for time-varying set c8f3259f Better autocorrelation testing. Also look for complete decorrelation 5106622c Doc for AutoCorrelative engine a2a8ff9f Consistency in formatting 9f9bed0a Fixed outdated documentation
-
Chris Harris authored
Update CMakeLists.txt, export header and remove use of VTK_USE_MPI Change-Id: Ic58d09eb3eab5682fd94408bfc4597bb5911a781
-
Chris Harris authored
b0c66413 Merge branch 'master' into nrrdreader-mpich-fix 1b67f9f2 Add -DMPICH_IGNORE_CXX_SEEK for vtkIOMPIImage module 93b51a60 Merge branch 'nrrdreader-refactor' into nrrdreader
-
Philippe Pébay authored
Change-Id: I5ace1207bc46c3066c79c51c83e0bd40553f4579
-
Chris Harris authored
Change-Id: I6f711ef9c91dbfbefcd3c23bd55a2a888088f4e9
-
Philippe Pébay authored
Change-Id: Ibf7a7da884b1de6170e8df2c8db0ae855f9a346e
-
Philippe Pébay authored
Change-Id: I527e511f792c0e7be04523348f19a9906f4b0619
-
David Gobbi authored
ae260a3f COMP: Temporarily block vtkBoostGraphAdapter in vtkWrapHierarchy.
-
Philippe Pébay authored
Change-Id: I15145f737365e0e2d066831062f27aaa4d6494ee
-
Chris Harris authored
This class was deleted during the vtkPNrrdReader refactor. However, this may be used outside VTK by ParaView. Restoring this class means there is now duplicate code in vtkPNrrdReader. This should be refactored if possible in the future. Change-Id: I9aeba3deb3598e0ce7951024664a664e2cabc5c8
-
Chris Harris authored
Change-Id: I5a69c8788419a245faf1e7983089ee57f3872e71
-
Philippe Pébay authored
Change-Id: I0ba90f665bf932866c56d340bb75924e42fdd6a9
-
Philippe Pébay authored
Change-Id: Ie8ea0623c8e4d2a39b5500946945ba8c09c94e7d
-
Philippe Pébay authored
Change-Id: I2bf3c70c5a23f3f5b2a6917a9004a3e5c5028a76
-
David Gobbi authored
The file vtkBoostGraphAdapter.h uses "class X : public virtual Y" and the wrapper's C++ parser (which is still the same one used in VTK 5.10) does recognize this as valid syntax. So until we merge the new VTK 6 wrapper parser, this class must be blocked within vtkWrapHierarchy.cmake to avoid a vtkWrapHierarchy syntax error. Change-Id: I406bfe6abc1d2f3d0678be056e947a1ec9973a17
-
- 15 May, 2012 17 commits
-
-
Chris Harris authored
Change-Id: I98db90cedcf5df5db59d32e25951b044959e5db7
-
Chris Harris authored
97f27154 Restore ParallelIso test 1c383f1c Refactor vtkPNrrReader into parallel and non parallel version ef1c817c Rename IO/ParallelMPI to IO/MPIImage
-
Chris Harris authored
This tests the vtkPNrrdReader so needs to be restored to test the refactoring Change-Id: If00e0bd4b23d3af5d47ecf12903721850a415f25
-
Chris Harris authored
The idea here is to have a base class vtkNrrdReader that can be used without MPI and contains no #ifdefs. The subclass vtkPNrrdReader is an MPI version. The object factory overrides are then used to create the correct version depending on whether you link to the parallel module. In order todo this the MPI code from vtkMPIImageReader has to be pushed down into vtkPNrrdReader. vtkMPIImageReader has been removed. Change-Id: I4839c72711333ddbd8a79056391299a8c420ed21
-
Chris Harris authored
Rename to reflect that this is the MPI implementation of classes in IO/Image Change-Id: I6f9205c4e3604126a58359439b01973d52ed256d
-
Marcus D. Hanwell authored
8d2ff372 Improved rendering speed of selected points
-
Chris Harris authored
707c2d52 Enabling the NetCDFCAM and NetCDFPOP reader tests.
-
Marcus D. Hanwell authored
895ba010 You must supply the full path for MPI exec
-
Marcus D. Hanwell authored
Whenever the selection changes build up an array with selected points for rendering. This makes the rendering of things like the scatter plot matrix, that has many scatter plots with selected points, much faster. Change-Id: I2d89e3daa5758a658292bbf8495e81b2ee0b7c89
-
David Gobbi authored
fd198592 COMP: Pass all headers to the vtkWrapHierarchy tool.
-
Marcus D. Hanwell authored
672e1816 Change vtk to pvtk for parallel binary
-
Marcus D. Hanwell authored
d150022b Cleaned up logic to change chart selection mode.
-
Yumin Yuan authored
The selection action of mouse buttons should not be changed when modifying the chart selection mode. There should be separate logic at application level to control the selection actions vs selection modes. This change is also part of the change in Paraview's chart selection actions. Change-Id: I38a7d7312cf0026c3fd8a5f4a3631d446df678e6
-
David Gobbi authored
a7870841 COMP: Fix unused fprintf argument warning in vtkWrapPython.c.
-
Dave DeMarle authored
63f4f565 BUG: Deleting SmartPointer causes segfault
-
Bill Lorensen authored
A recent commit to repair a memory leak converted normal pointers to SmartPointers. However, two ->Delete's remained and caused valgrind errors and seg faults. Change-Id: Id9de2e556c5a01416f5e093e2fd9d49c5f909bea
-
Goodwin Lawlor authored
Change-Id: I66c45ddd176d3a2ed56093a5156490205e22e1b1
-