pub fn write_tractogram(
path: &Path,
tractogram: &Tractogram,
options: &ConversionOptions,
) -> Result<()>Expand description
Write a tractogram to any supported output format.
Dispatches to the format-specific writer based on detect_format.