Skip to content
Snippets Groups Projects
  1. May 13, 2020
  2. May 09, 2020
    • Cory Quammen's avatar
      Fix order of operations when processing composite datasets · fa54d55e
      Cory Quammen authored
      Output leaf datasets need to be processed before being set in the
      ARM dataset to avoid a dataset mismatch error. In addition, this
      prevents premature deletion of the output dataset that was causing
      a crash when the filter was applied to AMR datasets.
      fa54d55e
  3. Apr 30, 2020
  4. Apr 29, 2020
  5. Apr 28, 2020
  6. Apr 24, 2020
    • David Gobbi's avatar
      Re-enable the squadViewer test · 655d9a31
      David Gobbi authored
      The check for running this test was based on the old modules, now
      updated to VTK 9 modules.  The test was also missing a module
      import.
      655d9a31
  7. Apr 23, 2020
  8. Apr 15, 2020
  9. Apr 14, 2020
  10. Apr 13, 2020
  11. Apr 02, 2020
  12. Mar 30, 2020
  13. Mar 27, 2020
  14. Mar 25, 2020
  15. Mar 21, 2020
  16. Mar 17, 2020
  17. Mar 13, 2020
  18. Feb 24, 2020
  19. Feb 20, 2020
    • Sunderlandkyl's avatar
      Fix bugs in vtkDijkstraGraphGeodesicPath · 1ab64554
      Sunderlandkyl authored
      If a path does not exist between the start and end points, the filter would get caught in an infinite loop.
      If UseScalarWeights was enabled and there was no scalar array on the polydata, it would cause a crash.
      1ab64554
  20. Feb 19, 2020
  21. Feb 18, 2020
    • Utkarsh Ayachit's avatar
      vtkAdaptiveResampleToImage: a new filter · e5455730
      Utkarsh Ayachit authored
      Adding vtkAdaptiveResampleToImage to adaptively resample any input
      dataset to an image dataset with varying spacing using the input data
      point distribution as a cue for refinement.
      e5455730
  22. Feb 17, 2020
  23. Feb 14, 2020
    • Andreas Buykx's avatar
      Fix anomalous spikes in contour bands output · 2e362b61
      Andreas Buykx authored
      The vtkBandedPolyDataContourFilter::ClipEdge method interpolates between
      two edge points, creating extra points at the intermediate clip values,
      if any. The method retrieves the clip values for the edge points. The
      clip value for the highest scalar value may be somewhat larger than the
      end point scalar value due to the application of the internal clip
      tolerance. When the difference between the end point values is on the
      order of this clip tolerance this may result in an interpolation factor
      significantly larger than 1. The effect of this overshoot is that spikes
      appear extending outside the original cell.
      
      This issue is fixed by excluding the high end point clip value if the
      resulting interpolation factor is significantly larger than 1.
      2e362b61
  24. Feb 13, 2020
  25. Feb 12, 2020
  26. Feb 11, 2020
  27. Feb 06, 2020
  28. Feb 05, 2020
    • Utkarsh Ayachit's avatar
      vtkExtractCells: shallow copy points, if possible · 188be593
      Utkarsh Ayachit authored
      vtkExtractCells now shallow copies points, if possible thus avoiding
      an expensive copy if input dataset is indeed a point-set.
      188be593
    • Utkarsh Ayachit's avatar
      vtkExtractCells fixes · dca352b7
      Utkarsh Ayachit authored
      vtkExtractCells changed the cell ids filled by the user in its
      RequestData. This was incorrect. It had the potential of dropping cell
      ids provided is the input dataset had fewer elements for an earlier
      iteration.
      
      Adding API to vtkExtractCells to skip sorting and uniquifying operations
      if its already known that the ids are sorted and unique.
      dca352b7
Loading