Skip to content
  • Utkarsh Ayachit's avatar
    fix performance issues with field list. · f383ee5d
    Utkarsh Ayachit authored
    Legacy API on vtkDataSetAttributesFieldList is potentially very slow.
    Hence flagging it as deprecated and updating code that used the old API
    to use a new `vtkDataSetAttributesFieldList::TransformData` method that
    avoids the needs the for the legacy API.
    
    Addresses paraview/paraview#18550.
    f383ee5d