Class RootAngleAnalyzerCmd

java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
sc.fiji.snt.gui.cmds.CommonDynamicCmd
sc.fiji.snt.plugin.RootAngleAnalyzerCmd
All Implemented Interfaces:
Runnable, org.scijava.Cancelable, org.scijava.command.Command, org.scijava.Contextual, org.scijava.module.Module, org.scijava.module.MutableModule, org.scijava.plugin.SciJavaPlugin

public class RootAngleAnalyzerCmd extends CommonDynamicCmd
Command to perform Root angle analysis on a collection of Trees
Author:
Tiago Ferreira
See Also:
  • Constructor Details

    • RootAngleAnalyzerCmd

      public RootAngleAnalyzerCmd()
      Instantiates a new RootAngleAnalyzerCmd. Trees to be analyzed expected as input @parameter
    • RootAngleAnalyzerCmd

      public RootAngleAnalyzerCmd(Collection<Tree> trees)
      Instantiates a new RootAngleAnalyzerCmd.
      Parameters:
      trees - the collection of Trees to be analyzed
    • RootAngleAnalyzerCmd

      public RootAngleAnalyzerCmd(Tree tree)
      Instantiates a new RootAngleAnalyzerCmd for a single Tree
      Parameters:
      tree - the single Tree to be analyzed
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface org.scijava.module.MutableModule
      Specified by:
      run in interface Runnable
      Overrides:
      run in class CommonDynamicCmd
    • getSummaryTable

      public SNTTable getSummaryTable()
      Gets the summary table containing the tabular results of the analysis.
      Returns:
      the summary table