Skip to content

Axis aligned cutter composite aware

The Axis-Aligned Slice filter now supports composite datasets of HTGs.

Internally, the filter iterates on each HTG (that can be encapsulated in a partitioned dataset).
If the input composite dataset has a hierarchy (data assembly), the filter generates a Partitioned Dataset Collection with the same structure, with one extra-level containing the slices. If the input composite dataset has no hierarchy, one is generated from scratch. Output is always a Partitioned Dataset Collection instance. Empty slices are discarded.

Edited by Thomas Galland

Merge request reports