Class PlausibilityCheck.BranchAngle

java.lang.Object
sc.fiji.snt.analysis.curation.PlausibilityCheck.LiveCheck
sc.fiji.snt.analysis.curation.PlausibilityCheck.BranchAngle
Enclosing class:
PlausibilityCheck

public static class PlausibilityCheck.BranchAngle extends PlausibilityCheck.LiveCheck
Warns when the bifurcation angle at a fork is outside a plausible range.
  • Constructor Details

    • BranchAngle

      public BranchAngle()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class PlausibilityCheck.LiveCheck
      Returns:
      a short human-readable name for this check
    • setMinAngleDeg

      public void setMinAngleDeg(double deg)
    • getMinAngleDeg

      public double getMinAngleDeg()
    • setMaxAngleDeg

      public void setMaxAngleDeg(double deg)
    • getMaxAngleDeg

      public double getMaxAngleDeg()
    • check

      public List<PlausibilityCheck.Warning> check(Path parent, Path child, int branchIndex)
      Description copied from class: PlausibilityCheck.LiveCheck
      Evaluates the plausibility of a child path forking from a parent.
      Specified by:
      check in class PlausibilityCheck.LiveCheck
      Parameters:
      parent - the parent path
      child - the child (candidate) path
      branchIndex - the node index in the parent where the fork occurs
      Returns:
      list of warnings (empty if the operation is plausible)