Skip to main content

Module copy_metadata

Module copy_metadata 

Source
Expand description

Copy metadata (DPS / DPV / groups, optionally DPG) from a donor TRX onto a target TRX whose streamlines and vertices already match.

Unlike concatenate_any_trx and subset_streamlines, this operation does not touch positions, offsets, or the header — it only grafts named arrays from the source onto the target’s metadata HashMaps.

Structs§

CopyMetadataOptions
Options controlling copy_metadata_any_trx.

Functions§

copy_metadata
Typed variant of copy_metadata_any_trx.
copy_metadata_any_trx
Copy metadata from source onto target, returning the modified target.