Uses of Class
sc.fiji.snt.SNT.SearchSettingsSnapshot
Packages that use SNT.SearchSettingsSnapshot
-
Uses of SNT.SearchSettingsSnapshot in sc.fiji.snt
Methods in sc.fiji.snt that return SNT.SearchSettingsSnapshotModifier and TypeMethodDescriptionSNT.snapshotSearchSettings()Captures the search settings currently configured on this instance, for use by long-running batch callers that need to stay internally consistent even if these settings are changed (via the UI) partway through the run.Methods in sc.fiji.snt with parameters of type SNT.SearchSettingsSnapshotModifier and TypeMethodDescriptionSNT.autoTraceSync(List<SNTPoint> pointList, PointInImage forkPoint, SNT.SearchSettingsSnapshot settings) Variant ofSNT.autoTraceSync(List, PointInImage)that uses a frozenSNT.SearchSettingsSnapshotinstead of the live cost function/data structure/secondary-image settings, so every segment of every path in a long-running batch (e.g.Constructors in sc.fiji.snt with parameters of type SNT.SearchSettingsSnapshotModifierConstructorDescriptionAStarRefiner(SNT snt, Path path, SNT.SearchSettingsSnapshot settings) Creates a refiner for a single path, using a frozenSNT.SearchSettingsSnapshotinstead of the live search settings.