- Jun 06, 2014
-
-
Berk Geveci authored
Change-Id: I07b6148b2184941740f02106e4b8462af3a1a92e
-
Utkarsh Ayachit authored
Change-Id: I127fb075af3723a46bb5384ded91babfb43aebc5
-
6bd6506a Merge topic 'pvweb-test-defer-dependency-check' into master 7ce5a66e Merge topic 'GetRange_Comments' into master 99b8f525 Merge topic 'dax_updates' into master 7a5938f3 Merge topic 'ActiViz' into master be0b2e52 Rewrite the comments for vtkDataArray::GetRange. 3b1caafc Merge topic 'weighted-sum-segfault' into master 006d4d45 Fix segfault if vtkImageWeightedSum's inputs don't match. 77a28365 Merge topic 'fix-ExternalData-hook-on-msysGit' into master b55c8ebf Fix ExternalData pre-commit hook on msysGit 597532ee Merge topic 'live-breakpoint' into master afed075d Forces the compiler to convert a char* to a string rather than a bool. 2eee0798 Merge topic 'vtk-java-rendering' into master 14b1a6e2 Add new rendering class API based on vtkPanel class 8f0f5d8f Merge topic 'tiff-z-spacing' into master b5b6c399 Merge topic 'catalyst-web-composite' into master 5139f277 Catalyst web ...
-
- Jun 04, 2014
-
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: Ifafbfb87c1ecbfbe1d839b58679659d1ce168560
-
3650e063 Support faster configuration times by checking dependencies at runtime.
-
- Jun 03, 2014
-
-
Andrew Maclean authored
51adcdcf ENH: VTK Parametric surfaces - modernised the code.
-
- Jun 02, 2014
-
-
George Zagaris authored
1a80cf61 ENH: Added broadcast implementation for RMI triggers
-
George Zagaris authored
This commit adds a different implementation of TriggerRMIOnAllChildren() and ProcessRMIs(), which uses collective operations, i.e., MPI broadcast, to send the messages from the root node (rank 0) to all the satellite ranks. The underlying implementation that is used internally is controlled by a member variable, "BroadcastTriggerRMI" that can be set by the user. Change-Id: Ifa850372d0f36c75522897632574eb68a427436d
-
Scott Wittenburg authored
3650e063 Support faster configuration times by checking dependencies at runtime.
-
David Gobbi authored
be0b2e52 Rewrite the comments for vtkDataArray::GetRange.
-
Robert Maynard authored
dedc2eaa Correct an issue with converting dax data to vtk polydata.
-
- Jun 01, 2014
-
-
Andrew Maclean authored
I created these classes on Feb 08, 2005 and they are showing their age. The following changes will update them to be more VTK 6 compliant and easier to use in ParaView. Changes: 1) Setting names for the scalar, normals and texture coordinate arrays. Thereby enabling easier usage in ParaView. 2) Used vtkSmartPointer where appropriate. 3) Removed BTX/ETX for the enum, in vtkParametricFunctionSource.h 3) Prevent out of bounds errors by using vtkSetClampMacro where appropriate. 4) Updated documentation, changing links and credits where appropriate. Change-Id: I136e443d57ff4479843f48fc6eb8540475e8f8e2 Signed-off-by:
Andrew Maclean <andrew.amaclean@gmail.com>
-
- May 30, 2014
-
-
Joachim Pouderoux authored
a2dea46c ENH: Fixes for ActiViz.Net
-
- May 28, 2014
-
-
David Gobbi authored
Change-Id: Iac936a3aa5440518cb174946618091d25b652797
-
Scott Wittenburg authored
Now all web-based tests have the option to check some dependencies at runtime and raise a "DependencyError" in case some requirement is not met. For the time being, these kinds of errors are caught by the testing framework, and the test is allowed to pass. However, in the future when we have access to the new CMake feature, "SKIP_RETURN_CODE", we can use it in place of passing the tests to indicate that the test was not run because of unmet dependencies. Change-Id: I1482d47f423ec68bdbcd27cb857829422fe65368
-
David Gobbi authored
006d4d45 Fix segfault if vtkImageWeightedSum's inputs don't match.
-
- May 27, 2014
-
-
David Gobbi authored
The vtkImageWeightedSumExecute method assumed that all of the inputs had exactly the same scalar info, and would segfault if the scalar size or the number of components didn't match. Now, the filter fails with an error instead of segfaulting. Change-Id: I39fa336b35f25763a8383feaf578b7dbea9f7d13
-
Brad King authored
The "mv" command on msysGit does not have the "-n" option. Since the file names involved are computed from their content, replacing a file is unlikely to change it. Change-Id: Ia74d0dc5b9870a51b7bc460cc4dbeaa6ba023348
-
- May 24, 2014
-
-
Dan Lipsa authored
When using operator<< on a char*, the compiler chooses operator<<(bool) (standard conversion) rather than operator<<(const string&) (user defined conversion). We add a operator<<(const char*) to force the correct conversion. Change-Id: I6f3dedcb36c41b82047dcf41bc20da9c1ec6e6b8
- May 23, 2014
-
-
Sebastien Jourdain authored
14b1a6e2 Add new rendering class API based on vtkPanel class
-
Sebastien Jourdain authored
Change-Id: I7cef5d9c9514491ba5aba608a40dac59703bbac5
-
Marcus D. Hanwell authored
cebeddb1 Set the z-spacing in a TIFF to match x-spacing
-
Sebastien Jourdain authored
5139f277 Catalyst web
-
Sebastien Jourdain authored
Improve query help in composite UI 8 results per page Change-Id: Ie6d8131f99bb6910b3a491cb4c92390eb374239b
-
Berk Geveci authored
06685ac2 Fixed vtkXdmfReader for parallel structured data.
-
- May 22, 2014
-
-
Marcus D. Hanwell authored
There is no way to specify the z-spacing, and it seems more logical to default to something matching the x-spacing rather than defaulting to 1.0. This will of course result in 1.0 when nothing is specified in the file. Change-Id: I6e1f9e4f2f294844a6ed84ba1aa439399f5eb957
-
Berk Geveci authored
05ad8270 Fixed crash in the empty input test.
-
Berk Geveci authored
Readers are no longer passed a sub-extent if they say they support piece requests. Added extent splitting logic. Change-Id: If245a347cc71b300f9deca6bf66a559f922cc96d
-
Berk Geveci authored
Also fixed style (indentation) in some classes. Change-Id: I163842fe6f13885595f687307a3f7b77d883efa7
-
Robert Maynard authored
87291c64 Improve ComputeScalarRange when we have a single component. 219b75b9 Correct ComputeScalarRange when dealing with multiple components. 074e1fe1 Update DataArray and DataArrayTemplate to use vtkTypeTraits. a84e734b Update ComputeVectorRange based on gerrit feedback. 90289d7e Move all free functions in vtkDataArray into an anonymous namespace. 9f1773eb Improve the performance of vtkDataArray::ComputeVectorRange. 83b4764e Improve the performance of vtkDataArray::ComputeScalarRange.
-
Berk Geveci authored
37afe252 COMP: Fix a few compiler warnings 0769d8f7 ENH: MPI structured data extraction filters ef1611f7 ENH: RectilinearGrid implicit connectivity support 8a4e1cf1 ENH: Use vtkImageData in implicit connectivity 296ace04 ENH: Update extract structured data filters 0165b0a1 COMP: Remove HyperTreeGridGeometry::UpdateExtent() 8c347eef COMP: Correct ParallelMPI module test dependencies 3517e2a0 Fixed issues in the group filter. a4944a46 Fixed contour filters 2354c78d Fixed multiple issues with resample/probe filters. 16e20f26 Filters should silently handle empty input 40031835 ExtractSelection was not managing pieces corretly. Fixed. ece82eef Removed unnecessary reference to extent translator 19e69143 Cleaned up extent translators. ac6f1854 Moved key. 747b780a Updated filters and sources to work with new pipeline logic. ...
-
- May 21, 2014
-
-
George Zagaris authored
Change-Id: I840a8add196181be90b79b6f53ab3683209149e1
-
George Zagaris authored
This commit introduces new filters, vtkPExtractGrid, vtkPExtractVOI and vtkPExtractRectilinearGrid. Each filter, extends the corresponding serial filter, i.e., vtkExtractGrid, vtkExtractVOI and vtkExtractRectilinearGrid, respectively. The parallel versions of the filter add proper handling for distributed datasets. When sub-sampling, a gap across partitions may be introducted. The filters use the vtkStructuredImplicitConnectivity class to communicate the data across process boundaries and resolve the gap. Change-Id: I2b2a5ecd5841adceee4e30aecd30d485ecfff5df
-
George Zagaris authored
Added support for vtkRectilinearGrid type in the structured implicity connectivity class. Also, extended the test to check for correctness of the new functionality. Further, updated RectilinearGrid partitioner such that it can either leave a gap between partitions or not. Also, refactored and improved the implementation. Change-Id: I658e2798bd9720a7baafd7eb1eed3f1e8befafe0
-
George Zagaris authored
Modified the vtkStructuredImplicitConnectivity class to populate a vtkImageData instead of vtkUniformGrid. That way it can be used with either class since vtkImageData is the parent class of vtkUniformGrid. Change-Id: I38190d740c43f44ce66f744692e6f07ac0d0f92e
-
George Zagaris authored
This commit updates the extract/sub-sample structured data filters to reflect the changes of refactoring the piece and extent in VTK. Namely, vtkExtractGrid, vtkExtractVOI and vtkExtractRectilinearGrid, which operate on vtkStructuredGrid, vtkImageData, and vtkRectilinearGrid respectively, are updated. These datatypes, albeit different, they share common functionality. To avoid replicating essentially the same code in all of these three classes, a helper class, called vtkExtractStructuredGridHelper, is introduced. This new class is part of VTK's vtkCommonDataModel module since it needs to be used by both the vtkImagingCore and vtkFiltersExtraction module. One minor caveat, is that Imaging algorithms/tests require that the origin of the image to be retained and that the output extent is w.r.t. to the input extent, when there is no sub-sampling. For that reason, when there is no sub-sampling vtkExtractVOI, will yield an output extent that is with respect to the origin. All other filters re-number the output extent starting from zero. The output extent is always re-numbered when the data is sub-sampled. Change-Id: I26fe5a115032333db9814987a6c9dc949e51ef52
-
George Zagaris authored
UpdateExtent() is no longer compatible with the pipeline changes introduced in this branch. Change-Id: I364576e245c944803a0e7c674902d9194c3e4ede
-
George Zagaris authored
Parallel XML writers have been moved to a new module vtkIOParalleXML (see 7355859). Tests in the ParallelMPI module use the Parallel XML multi-block writer, hence they now need to depend on vtkIOParallelXML, instead of vtkIOParallel. Fixed that. Change-Id: I5490cd9d9b5bbaeb7f1c29826f002ef97515dc4e
-