- Feb 25, 2025
-
-
Mathieu Westphal (Kitware) authored
- VTK_MULTIGROUP_DATA_SET - VTK_HIERARCHICAL_DATA_SET - VTK_HIERARCHICAL_BOX_DATA_SET - VTK_HYPER_OCTREE - VTK_TEMPORAL_DATA_SET - VTK_PISTON_DATA_OBJECT Also remove/flag related code
-
- Feb 24, 2025
-
-
Mathieu Westphal (Kitware) authored
-
- Feb 23, 2025
-
-
Jean-Christophe Fillion-Robin authored
This follows up on 92fc5b26 (`vtkImageData: Use Implicit structures and check visibility`, 2023-05-18) ensuring the all overloads of FindPoint from vtkDataSet available in vtkImageData.
-
- Feb 21, 2025
-
-
Cory Quammen authored
This fixes a compilation error on Intel Classic compilers. (cherry picked from commit 5ff030e5)
-
- Feb 19, 2025
-
-
Cory Quammen authored
This fixes a compilation error on Intel Classic compilers.
-
- Feb 18, 2025
-
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
- Feb 17, 2025
-
-
Jaswant Panchumarti (Kitware) authored
- This commit refactors the code to resolve `-Wunique-object-duplication`. - While in here, also moves the implementation of the other non templated `std::vector<std::string> vtkCellGrid::GetCellTypes()` function to `vtkCellGrid.cxx` for consistency.
-
Jaswant Panchumarti (Kitware) authored
- loguru does not have stack trace capability on wasm, so this test is not needed.
-
Jean Fechter authored
-
- Feb 14, 2025
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Feb 12, 2025
-
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
- Feb 10, 2025
- Feb 03, 2025
-
-
Ben Boeckel authored
-
Ben Boeckel authored
The `type` value that was just verified as out-of-range is still set after the block, so instead update it so the single assignment at the end is shared.
-
Ben Boeckel authored
-
- Feb 02, 2025
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
It's unclear why this was made a C ABI function, but nothing seems to care about a function of this name, so make it a C++ function instead.
-
Ben Boeckel authored
`VTK_MAX_ROTATIONS` is now a `constexpr`.
-
Ben Boeckel authored
The global namespace is no longer polluted and the expression is evaluated only once.
-
- Jan 28, 2025
-
-
Cory Quammen authored
Resolves the following warning: out-of-line definition of constexpr static data member is redundant in C++17 and is deprecated
-
Jaswant Panchumarti (Kitware) authored
- `TestGlyph3DMapperOrientationArray` uses vtkArrayCalculator which internally uses exprtk. This test threw an uncaught exception from exprtk because in wasm, exceptions are not enabled by default. - This commit enables exception support when compiling the exprtk library with emscripten. The exception support is not enabled for all targets yet because the emscripten docs say this flag has a large overhead in performance.
-
- Jan 24, 2025
-
-
Mathieu Westphal (Kitware) authored
- vtkHierarchicalBoxDataSet - vtkHierarchicalBoxDataSetAlgorithm - vtkHierarchicalDataSetGeometryFilter - vtkXMLHierarchicalBoxDataReader - vtkXMLHierarchicalBoxDataWriter - vtkXMLHierarchicalDataReader - vtkXMLPHierarchicalBoxDataWriter
-
Jaswant Panchumarti (Kitware) authored
- also add TestPrintArrayValues.cxx
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
This reverts commit 056f9670, reversing changes made to 28e93202.
-