- Sep 14, 2016
-
-
4497fc65 Add a filter that groups a time series into a multiblock dataset Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1894
-
bc563cc9 Add support for composite datasets to vtkExtractTemporalFieldData. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Shawn Waldon <shawn.waldon@kitware.com> Merge-request: !1947
-
93bddde0 GetMTime: fix some missed mtime type changes Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !1949
-
Ben Boeckel authored
-
- Sep 13, 2016
-
-
Utkarsh Ayachit authored
vtkExtractTemporalFieldData poorly handled composite datasets, esp. those generated by readers like vtkExodusIIReader. Added ability to the filter to use only the 1st non-empty leaf node's field-data to produce the output -- a more suitable solution for vtkExodusIIReader's output, since vtkExodusIIReader duplicates global data on all leaf nodes. Added a test, extractTemporalFieldData, that tests this filter along with the new functionality. Needed to address paraview/paraview#16100.
-
Shawn Waldon authored
This filter is part of the implementation of paraview/paraview#16825.
-
e7b9d312 Add extern template decls for vtkArrayIterator 31a63a45 Simplify extern template declarations for arrays ff7ce07d Simplify extern template declaration be8d2a8e Simplify template macros in vtkPythonArgs Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1904
-
eff36261 Add vtkExtractTimeSteps filter and test Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1939
-
Sujin Philip authored
vtkExtractTimeSteps extracts the specified time steps from the input dataset. The timesteps to be extracted are specified by their indices. If no time step is specified, all of the input time steps are extracted. This filter is useful when one wants to work with only a sub-set of the input time steps.
-
057462bf Update the vtkDICOM remote module to 0.7.9. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1943
-
David Gobbi authored
Changes since 0.7.8: - Update dictionary using 2016c Part 6. - Update private dictionaries from dicom3tools. - Automatically perform YBR to RGB conversion in reader. - Add a ShowHidden option to vtkDICOMDirectory. - Move UID generation into its own class. - Make dicomfind {} substitution more flexible. - Allow adding to the directory input file names. - Change the brace style to non-indented. - Change all header documentation to doxygen. Bug fixes since 0.7.8: - Fix broken SetInputFileName() method of FileSorter. - If duplicate instances are found, split into different series. - Made the IsDICOMFile() check more lenient. - Use UID, not Instance, to find duplicates in vtkDICOMFileSorter. - Skip localizers at the beginning of a series. - Do not reject unrecognized VRs that include a 'space' character. - Check for repeated filenames when building vtkDICOMDirectory.
-
- Sep 12, 2016
-
-
82021e42 VTK Bug15270: Correct empty condition for vtkGlyph3DMapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Reviewed-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !1729
-
David Gobbi authored
The template instantiations were moved out of the array classes and into their own source file, rather than adding the extern template declarations into the header file of each array class. This was done to avoid repeating the same code block across many header files.
-
David Gobbi authored
This unifies the extern template declarations between MSVC and other compilers for C++11 compilation. There is still some old code to support extern template for MSVC 2008 and 2010, this code can be removed when we drop those compilers.
-
27eb09b1 VTK Bug #16736: Add large data support&test for vtkMPIImageReader Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1683
-
Haocheng LIU authored
When working on an empty polydata, vtkGlyph3DMapper::GetBounds would return the bounds of the glyph instead of vtkMath::UninitializedBounds. This would be confusing because glyph's bounds has nothing to do with the rest of the scene and discrupts vtkRenderer::ResetCameraClippingRange. To fix this, a check condition is added and a new test file is included.
-
684bddb7 Fix QuadRotationalExtrusionFilter bug. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !1940
-
5c248d2b In vtkGenericCell, add method to expose representative cell. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Lonie <david.lonie@kitware.com> Merge-request: !1941
-
6e113ad4 Rewrite all public&private dependency in module.cmake file Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1807
-
Haocheng LIU authored
The current dependency relationship in vtk is unclear and misleading. This MR tries to rewrite them based on header files inclusion of headers and source files in each module. Corner cases are considered and modules are sorted in alphabetical order to facilitate future reference. See details in my gitlab python based script project. In future we can continue using this script to clean the VTK Dependency easily from time to time.
-
T.J. Corona authored
-
- Sep 11, 2016
-
-
Joachim Pouderoux authored
Bad axis where considered - typo bug introduced when refactoring the original algorithm.
-
33943809 Added test for reading polyhedron from Xdmf file 7bcaff56 IO/Xdmf3: Handle Polyhedron cells in unstructured grids with mixed topology Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Armin Wehrfritz <dkxls23@gmail.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !1924
-
af90e6e0 Added test for the FLUENT reader. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1935
-
- Sep 09, 2016
-
-
350ac0bf fix incorrect incrment of gl_PrimitiveIDOffset Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1917
-
8b2c4c44 Fix dependency that really only needs to be a test dependency Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1938
-
Haocheng LIU authored
The "ReadSlice" method in 'vtkMPIImageReader' can only read raw data if the dataset is within 2^31 elements. Using the same technique in Merge Request !1510, we can use a while loop to extend its ability to read the large data slice by slice. A test file is also added for vtkMPIImageReader class.
-
Cory Quammen authored
The dependency as it was wasn't needed and introduced a dependency cycle that is not allowed. Moving it to be a test dependency resolves the problem.
-
Berk Geveci authored
The coverage for the FLUENT reader was sad so I added a simple test. The data is from http://www.mne.psu.edu/cimbala/me405web_Fall_2006/Fluent/fluent.htm
-
30e230f3 COMP: vtkModelMetaData memory leaks Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1937
-
e5cfc3a4 Add more kd tree tests 038ea079 Add some more kd tree tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1923
-
Bill Lorensen authored
Valgrind detected memory leaks for NodeSetNumberOfDistributionFactors. This patch FREE's this ivars in FreeAllIvars.
-
71674faf When possible, use direct array access to speed up call to IsCellVisible. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !879
-
Cory Quammen authored
-
b30bb65c Update vtkPentagonalPrism doc to explicitly state restriction of convexity. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1936
-
cab97259 Added Wendland quintic kernel; unit and plot tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1933
-
T.J. Corona authored
According to the documentation provided for the given interpolation functions (http://dilbert.engr.ucdavis.edu/~suku/nem/papers/polyelas.pdf), there is an implicit assumption that the pentagonal prism be convex. This commit updates the documentation to make this restriction explicit.
-
Ken Martin authored
it was not taking into account representation
-
fe43fa37 Update vtkQuadraticWedge documentation to better define point ordering. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Lonie <david.lonie@kitware.com> Merge-request: !1934
-
Will Schroeder authored
Added a new SPH kernel: the Wendland quintic kernel. Also added a unit test to integrate the SPH kernels over their domain, and plot their function values and derivates. Some cleanup of the API was also undertaken.
-