- 19 Jan, 2021 17 commits
-
-
Yohann Bearzi authored
0a3768fd diy ghost windows fix Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7544
-
Ben Boeckel authored
8ce0fa2c cmake: move VTK_WINDOWS_PYTHON_DEBUGGABLE option to VTK 1b00e5ef vtkModuleWrapPython: add a DEBUG_SUFFIX argument for Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7546
-
Ben Boeckel authored
And add documentation.
-
Ben Boeckel authored
On Windows, CPython expects a `_d` suffix to module names when using a debug build of Python. Add an argument to integrate with this support.
-
Charles Gueunet authored
39fa7753 Adding baseline 557999c8 Add test for vtk3DLinearGridPlaneCutter with cell data 0d7c5a48 Also comupte cell data when points are merged e161cb7f Fill array cells only when cell data is present 676d596d Split the cell array from edges data 3c5748c4 Add cell data handling to the vtk3DLinearGridPlaneCutter f4b43366 Some minor refactoring- code consistency- memory leak ? Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !7484
-
Utkarsh Ayachit authored
36e1ec57 vtkAnimateModes: remove unused var. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7545
-
Yohann Bearzi authored
Windows failed compiling a part of the new `vtkDIYGhostUtilities` This fixes it
-
Utkarsh Ayachit authored
-
Paul Lafoix authored
49bc900e Fix warnings in CGNSReader Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mickael PHILIT <mickey.phy@gmail.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7530
-
Mathieu Westphal authored
-
Charles Gueunet authored
-
Charles Gueunet authored
-
Paul Lafoix authored
-
Charles Gueunet authored
-
Charles Gueunet authored
TODO: Only fill it when there is actual cell data into the dataset
-
Paul Lafoix authored
a8129ebc Add support for face culling in SurfaceLICMapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !7535
-
Kitware Robot authored
-
- 18 Jan, 2021 16 commits
-
-
Yohann Bearzi authored
954ccdc0 New composite data set ghost cell generator 0fc68c5f New diy ghost utilities db179da2 Added utilies for DIY 2da5b4bd Include fix in overlapping cell detector 79e78da1 Templated convert between quaternions and matrices Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !7507
-
Paul Lafoix authored
-
Will Schroeder authored
66fb1b47 Used vtkTestErrorObserver to eliminate spurious test failure Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7539
-
Charles Gueunet authored
Not clean yet
-
Charles Gueunet authored
-
Nicolas Vuaille authored
a5c88e58 Use 'Cells Bounds' in mapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Paul Lafoix <paul.lafoix@kitware.com> Merge-request: !7534
-
Will Schroeder authored
vtkTestErrorObserver was used to capture expected pipeline failures when the input to the filter was incorrect.
-
Nicolas Vuaille authored
* vtkPolyData::GetBounds behavior changed with cc86c3a5 * mappers should use the new vtkPolyData::GetCellsBounds for compatibility
-
Thomas Caissard authored
e20e9c6f Improved SEP Reader aba876c0 VTK Nightly Date Stamp b62e34ed python: On Windows, add _d suffix when Python is marked debuggable b440622a Use modern dispatch, data array access, and threading for performance d9e28289 Use modern dispatch, data array access, and threading for performance cdc2f67d VTK Nightly Date Stamp Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !7516
-
Thomas Caissard authored
-
Kitware Robot authored
-
Cory Quammen authored
If the VTK_WINDOWS_PYTHON_DEBUGGABLE CMake variable is set, add the _d suffix to Windows Python modules. This suffix is required when linking against Python debug libraries.
-
Will Schroeder authored
Filter performance has been improved via array dispatch, templated data array access, and threading.
-
Will Schroeder authored
vtkWarpVector filter performance has been improved via array dispatch, templated data array access, and threading.
-
Kitware Robot authored
-
Kitware Robot authored
-
- 17 Jan, 2021 6 commits
-
-
Cory Quammen authored
5a57d580 python: On Windows, add _d suffix when Python is marked debuggable Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !7538
-
Cory Quammen authored
If the VTK_WINDOWS_PYTHON_DEBUGGABLE CMake variable is set, add the _d suffix to Windows Python modules. This suffix is required when linking against Python debug libraries.
-
Will Schroeder authored
afd73a3f Use modern dispatch, data array access, and threading for performance Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7532
-
Will Schroeder authored
Filter performance has been improved via array dispatch, templated data array access, and threading.
-
Will Schroeder authored
669df9e5 Use modern dispatch, data array access, and threading for performance Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7536
-
Kitware Robot authored
-
- 16 Jan, 2021 1 commit
-
-
Utkarsh Ayachit authored
6b8d1629 vtkRedistributeDataSetFilter: partitioned dataset fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7537
-