Uses of Record Class
sc.fiji.snt.analysis.curation.PlausibilityCheck.Warning
Packages that use PlausibilityCheck.Warning
Package
Description
SNT core classes
Classes for curation of reconstructions, as implemented by the "Curation Assistant".
-
Uses of PlausibilityCheck.Warning in sc.fiji.snt
Method parameters in sc.fiji.snt with type arguments of type PlausibilityCheck.WarningModifier and TypeMethodDescriptionvoidCurationManager.addWarnings(List<PlausibilityCheck.Warning> warnings) Appends warnings to the table without replacing existing ones.voidCurationManager.warningsUpdated(List<PlausibilityCheck.Warning> warnings) -
Uses of PlausibilityCheck.Warning in sc.fiji.snt.analysis.curation
Methods in sc.fiji.snt.analysis.curation that return types with arguments of type PlausibilityCheck.WarningModifier and TypeMethodDescriptionabstract List<PlausibilityCheck.Warning> Evaluates the plausibility of a child path forking from a parent.For this check,parentis ignored: it evaluates whether the child's first node is within range of any soma path.PlausibilityCheck.SomaDistance.checkDistance(PointInImage start, List<PointInImage> somaNodes) Evaluates distance from a point to the nearest soma location.PlausibilityMonitor.getCurrentWarnings()PlausibilityMonitor.onNodeEdited(Path editedPath, int nodeIndex) Hook 4: Node editing. Called after a node is moved, inserted, or deleted during edit mode.PlausibilityMonitor.onPathFinalized(Path completedChild) Hook 3: Path finalization. Called when the user completes an entire path (SNT.finishPath()).PlausibilityMonitor.onSegmentCompleted(Path candidateChild) Hook 2: Segment completion. Called fromSNT.searchFinished()when A* returns a candidate segment, before the user sees the keep/junk dialog.PlausibilityMonitor.runDeepScan(Collection<Path> paths) Runs all enabledPlausibilityCheck.DeepChecks against the given paths.PlausibilityMonitor.runFullScan(Collection<Path> paths) Runs all enabled checks (both live and deep) against the given paths.abstract List<PlausibilityCheck.Warning> PlausibilityCheck.DeepCheck.scan(Collection<Path> paths) Scans a collection of paths for plausibility issues.PlausibilityCheck.PathOverlap.scan(Collection<Path> paths) PlausibilityCheck.RadiusJumps.scan(Collection<Path> paths) PlausibilityCheck.RadiusMonotonicity.scan(Collection<Path> paths) PlausibilityCheck.SignalQuality.scan(Collection<Path> paths) Methods in sc.fiji.snt.analysis.curation with parameters of type PlausibilityCheck.WarningModifier and TypeMethodDescriptionintPlausibilityCheck.Warning.compareTo(PlausibilityCheck.Warning other) Method parameters in sc.fiji.snt.analysis.curation with type arguments of type PlausibilityCheck.WarningModifier and TypeMethodDescriptionvoidPlausibilityMonitor.WarningListener.warningsUpdated(List<PlausibilityCheck.Warning> warnings) Called whenever the monitor's warning list is updated.