Uses of Class
sc.fiji.snt.util.CrossoverFinder.CrossoverEvent
Packages that use CrossoverFinder.CrossoverEvent
Package
Description
Miscellaneous SNT utilities, including classes defining reconstruction nodes.
-
Uses of CrossoverFinder.CrossoverEvent in sc.fiji.snt.util
Methods in sc.fiji.snt.util that return types with arguments of type CrossoverFinder.CrossoverEventModifier and TypeMethodDescriptionstatic List<CrossoverFinder.CrossoverEvent> CrossoverFinder.find(Collection<Path> paths, CrossoverFinder.Config cfg) Entry point: detect crossover events for a collection of paths using the given config.