Skip to content
Snippets Groups Projects
  1. Mar 25, 2020
  2. Mar 21, 2020
  3. Mar 13, 2020
  4. Feb 06, 2020
  5. Feb 03, 2020
  6. Jan 31, 2020
  7. Jan 30, 2020
  8. Jan 24, 2020
  9. Jan 20, 2020
  10. Jan 09, 2020
  11. Jan 08, 2020
  12. Jan 07, 2020
  13. Jan 06, 2020
  14. Jan 03, 2020
  15. Dec 23, 2019
  16. Dec 20, 2019
    • Mathieu Westphal (Kitware)'s avatar
      67115918
    • florian maurin's avatar
      bezier cells · 87c28492
      florian maurin authored
      87c28492
    • Michael Migliore's avatar
      Add vtkLinearCellExtrusionFilter · 0fa51570
      Michael Migliore authored
      vtkLinearCellExtrusionFilter is a modeling filter.
      It takes polygonal data as input and generates an unstructured grid data on output.
      The input dataset is swept according to the input cell data array value along the cell normal and creates new 3D primitives.
      Triangles will become Wedges, Quads will become Hexahedrons, and
      Polygons will become Polyhedrons.
      0fa51570
    • Mathieu Westphal (Kitware)'s avatar
      LagrangianParticleTracker improvements · e20806e2
      Mathieu Westphal (Kitware) authored
      The improves and optimize the LagrangianParticleTracker multithread implementation by :
      
      * Avoiding useless allocation
      * Using thread-level variable
      * Avoiding using mutex by doing actual reduction of the output
      * A few bugfixes and memleaks fixes
      * Add QuadraticRoot to vtkMath
      * Add a vtkBilinearQuadIntersection class
      e20806e2
  17. Dec 19, 2019
  18. Dec 18, 2019
  19. Dec 17, 2019
  20. Dec 16, 2019
  21. Dec 11, 2019
  22. Dec 09, 2019
  23. Dec 07, 2019
  24. Dec 06, 2019
Loading