- 04 May, 2012 2 commits
-
-
Brad King authored
Use void* and size_t for Read/Write methods that deal with in-memory buffers. Use vtkIOStreamOff for Seek methods that deal with file position offsets and vtkIOStreamPos for file position. Change-Id: Id4464e3bac3a8a59557e7efa32190a904dd40b52
-
Brad King authored
These types will be useful to handle stream position and offset values of the same range as supported by the streams library. Change-Id: Idfdf43ba84a3de831f81d73bd315f8167fb6cf61
-
- 03 May, 2012 4 commits
-
-
Chris Harris authored
e9c2f595 Merge remote branch 'origin/master' into 12898_fix_text_bounding_box 24da3fc7 BUG #12898. Fixed occasional clipping of text.
-
Utkarsh Ayachit authored
* origin/master: (367 commits) Move Parallel specific methods from vtkExodusIIReaderPrivate COMP: Update Tracers AMR dependencies COMP: Update CMakeLists and AMR headers ENH: Move AMR under Filters/AMR Fix call to set VTK_MPIRUN_EXE Add additional HDF5 include directory Remove use of VTK_USE_MPI in vtkDistributedDataFilter CMAKE_XXX_OUTPUT_DIRECTORY should not be cache entries Test the variable MPIEXEC (not its value) Updated CMake to do MPI stuff in Parallel/MPI Let other projects set modules dir too Remove vtkPStreamTracer & vtkDistributedStreamTracer from wrap exclude Add code to module infrastruture to export module class information Add include directories to vtkxml2_INCLUDE_DIRS vtkContext2D needs to be wrapped for ParaView Exclude vtkCompositeRGBAPass from wrapping Move vtkAMRVolumeMapper to AMR/Core Remove automatic overrides taken from vtkParallelFactory BUGFIX: Fix Flash Reader TestSetGet HDF5 errors BUGFIX: Fix TestSetGet for AMR Enzo reader ... Change-Id: I1665dd8abcf6aab8abb3422442d5233fa110d619
-
Utkarsh Ayachit authored
Text would get clipped for certain texts. The problem was that the texture coordinate computation did not consider +ve x-offsets for the rendered text. Fixed that. Change-Id: Iac85237b5349255341a735ceb37d57c4d23b6cc1
-
Yuanxin Liu authored
b93716f7 COMP: Update Tracers AMR dependencies 5220029c COMP: Update CMakeLists and AMR headers 8363e96b ENH: Move AMR under Filters/AMR
-
- 02 May, 2012 7 commits
-
-
Philippe Pébay authored
17252695 Fixed array sizing error 44e7c97c Documentation clean up 251243e2 Removed this non-test, replaced it with an Example (HTGridDemonstrator) 8bc399f0 A program to illustrate the use of various hyper tree filters. 769b677f Giving credits for regression tests and hyper tree generator 17b47ce1 Header clean up 49f40cdd CMake list error ae51d6b2 Removing the old hyper tree generator which was bypassing the pipeline 18951db8 Documentation 1860671f Allow for binary or ternary subdivisions 3f926f87 Allow for variable levels of recursion b22181b3 Use smart pointers for testing fbbc6c97 Make sure that global hyper tree test has consistent input 7393abaa Renaming tests for the sake of clarity bfa34cee Renamed test and changed it to make it better (2D+binary) c1a43716 Activate hyper tree grid axis cut 97bd43ab Active hyper tree grid geometry test
-
Marcus D. Hanwell authored
6e04a904 Move Parallel specific methods from vtkExodusIIReaderPrivate
-
Chris Harris authored
vtkExodusIIReaderPrivate uses VTK_USE_PARALLEL to conditionally compile Parallel specific methods. These should be moved to vtkPExodusIIReader. Change-Id: Ib70655fcda3cc39f63a568cb021a57080dd863b5
-
George Zagaris authored
Update Tracers and ParallelTracers to reflect changes with moving AMR to Filters/AMR. Tracers and ParallelTracers now link to vtkFiltersAMR. Change-Id: Ib2b934e4e567fae990de4a4a3be6b1375d707afd
-
George Zagaris authored
Updated the CMakeLists and headers to reflect move of the AMR classes under Filters/AMR. Further, fixed indentation issues with AMR headers. Change-Id: I15efb07d8a99981df14e444a8027e2caa78e9526
-
George Zagaris authored
Change-Id: I76aa11366a8f446787833a649c26b1ff9010f117
-
- 01 May, 2012 27 commits
-
-
Chris Harris authored
06dda22b Fix call to set VTK_MPIRUN_EXE bb91e547 Remove use of VTK_USE_MPI in vtkDistributedDataFilter 7da57c32 CMAKE_XXX_OUTPUT_DIRECTORY should not be cache entries 9f2b6f4d Test the variable MPIEXEC (not its value) 8dd98b6a Updated CMake to do MPI stuff in Parallel/MPI a9a0d3d2 Let other projects set modules dir too 360fd581 Remove vtkPStreamTracer & vtkDistributedStreamTracer from wrap exclude 0d9a8ce9 vtkContext2D needs to be wrapped for ParaView 69441b31 Exclude vtkCompositeRGBAPass from wrapping
-
Marcus D. Hanwell authored
795125d4 Add additional HDF5 include directory
-
Chris Harris authored
The sytax for the set call to create the VTK_MPIRUN_EXE cache entry is incorrect. Change-Id: I5c1473a8951e1e6ed0170b31ed6f14f71e88671a
-
Chris Harris authored
There are header files in vtkhdf5/src needs by external application such as Titan and ParaView. Change-Id: Id0f6b869c3e4c47517740b12419133b031905164
-
Chris Harris authored
VTK_USE_MPI is no longer used. This filter is in ParallelFilters so no check for MPI is needed as it is a dependance. Change-Id: I130111cc4852403e27f23a2834d12af4a8e6c841
-
Chris Harris authored
Suggested-By:
Brad King <brad.king@kitware.com> Change-Id: I549e2f47bb656d6ec74911b73037e8ffd3efb9ed
-
Also, made the else a fatal error as nothing will work as expected if the Find MPI call failed. Change-Id: I9e524beb208bb3928656c85fcefc2442f1fd7a43
-
The CMake variables were never initialized, this logic needs to take place in Parallel/MPI and be available to other modules that depend on it. Change-Id: Ib2218d7f22a9c9c46f3b6e02b55a7b8fcd81f85d
-
Change-Id: I9d1d2bc1624ff6401964f19dcc365a07943d3c2a
-
Marcus D. Hanwell authored
f48aa25c Add code to module infrastruture to export module class information
-
Chris Harris authored
These classes need to be wrapped, however, vtkPStreamTracer should be marked as abstract. Change-Id: I0b6ce07d134f4ace87eb8916025e01d03f018d38
-
Chris Harris authored
External wrappers such a ParaView need information about classes contain in a paricular module. This information was provided by the vtk${Kit}.cmake files. This information needs to be written to a new set of files in the VTK_MODULE_DIR along with the appropriate new macro the load this information. Change-Id: Iec18d3a03056feb2db5bd54d6c5380c0592c52cf
-
Marcus D. Hanwell authored
187fadbc Disallow invalid orbitals in vtkProgrammableElectronicData::(Set|Get)MO
-
Chris Harris authored
fd40b96e Move vtkAMRVolumeMapper to AMR/Core
-
Marcus D. Hanwell authored
e2df0016 Add include directories to vtkxml2_INCLUDE_DIRS
-
Chris Harris authored
ParaView's Xdmf2 implemention uses these includes. Change-Id: I20131cf54a072db2247b9abb47d81d50196551bf
-
Marcus D. Hanwell authored
cb8f015a Remove automatic overrides taken from vtkParallelFactory
-
George Zagaris authored
f85c2c7f BUGFIX: Fix Flash Reader TestSetGet HDF5 errors 79d46b71 BUGFIX: Fix TestSetGet for AMR Enzo reader
-
Chris Harris authored
This needs to be tested with Java wrapping Change-Id: I9ea4b7f5c14dcf24d5101bb5d3d057632732b94b
-
Chris Harris authored
This was excluded in "old" VTK. Change-Id: I656d215ee425c16e17f44c16012d5b57269516eb
-
Chris Harris authored
vtkAMRVolumeMapper is not currently compiled. Move to AMR/Core and add to CMakeLists.txt Change-Id: Id157672ee6ef46dcbdb015dadd2214da007a4f7a
-
Chris Harris authored
During modularization vtkParallelFactory was removed and replaced with automatic object factory registration. This was a change in behaviour that cause problems with ParaView. For example a vtkPSphereSource would be returned instead of a vtkSphereSource. Remove the override, they were not being used anyway. Change-Id: I091454343fa8f9d3e6c2a234f70048dd2a662f62
-
Pat Marion authored
70008198 Fixed and added to the vtkAlgorithm's update extent API.
-
Dave DeMarle authored
Change-Id: I68df29532def3c5857af8e740a834aa7a87a101d
-
Dave DeMarle authored
Change-Id: I7ace63c5e6f56da87419c1c6dc504ea07729e2a7
-