Skip to main content

Module subset

Module subset 

Source

Structs§

StreamlineAabb
Axis-aligned bounding box for a single streamline.

Functions§

build_streamline_aabbs
Compute per-streamline AABBs for all streamlines in a TrxFile.
build_streamline_aabbs_from_slices
Compute per-streamline AABBs from flat position and offset slices.
query_aabb
Find streamline indices whose AABB intersects the given query box.
query_aabb_cached
Query pre-computed AABBs against a query box, returning matching streamline indices.
subset_streamlines
Extract a subset of streamlines by index, producing a new TrxFile.