Skip to content

Add in-place (in-out) arrays to worklets.

Kenneth Moreland requested to merge kmorel/vtk-m:in-out-fields into master

Previously, all arrays passed to worklets were designated as either input or output. No in-place operation was permitted. This change adds the FieldInOut tag for ControlSignature in both WorkletMapField and WorkletMapTopology that allows you to read and write from the same array.

Merge request reports