Skip to content
  • Berk Geveci's avatar
    Performance improvement to CellToPoint. · 038024b7
    Berk Geveci authored
    Using faster API to import performance of vtkCellDataToPointData.
    vtkCellDataToPointData was using ds->GetCell(..)->GetPointIds() which is
    considerably slower than directly calling ds->GetCellPoints(...). That change
    considerably improves the speed of this filter.
    
    Change-Id: I99660cde38a1b359b76d8c71b673d5ae9a229507
    038024b7