Uses of Class
sc.fiji.snt.util.CrossoverFinder.Config
Packages that use CrossoverFinder.Config
Package
Description
Miscellaneous SNT utilities, including classes defining reconstruction nodes.
-
Uses of CrossoverFinder.Config in sc.fiji.snt.util
Methods in sc.fiji.snt.util that return CrossoverFinder.ConfigModifier and TypeMethodDescriptionCrossoverFinder.Config.includeDirectChildren(boolean b) SetsincludeDirectChildren.CrossoverFinder.Config.includeSelfCrossovers(boolean b) SetsincludeSelfCrossovers.CrossoverFinder.Config.minRunNodes(int n) SetsminRunNodes.CrossoverFinder.Config.nodeWitnessRadius(double v) SetsnodeWitnessRadius.CrossoverFinder.Config.proximity(double v) Setsproximity.CrossoverFinder.Config.sameCTOnly(boolean b) SetssameCTOnly.CrossoverFinder.Config.thetaMinDeg(double v) SetsthetaMinDeg.Methods in sc.fiji.snt.util with parameters of type CrossoverFinder.ConfigModifier 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.