Skip to content

fix performance issues with field list.

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 (closed).


Simply paraview/paraview!2855 (merged) with conflicts resolved for paraview/release

Edited by Utkarsh Ayachit

Merge request reports