Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 04, 2020
  3. Jan 27, 2020
  4. Jan 25, 2020
  5. Jan 24, 2020
  6. Jan 23, 2020
  7. Jan 22, 2020
Loading