Class GWDTMultiSomaCmd

java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
All Implemented Interfaces:
Runnable, org.scijava.Cancelable, org.scijava.command.Command, org.scijava.command.Interactive, org.scijava.Contextual, org.scijava.module.Module, org.scijava.module.MutableModule, org.scijava.plugin.SciJavaPlugin

public class GWDTMultiSomaCmd extends GWDTMultiSomaCommonCmd implements org.scijava.command.Interactive
Interactive command for multi-soma GWDT autotracing. Detects all cell bodies in the image and traces each independently, using exclusion masks to prevent territory overlap between cells.
Author:
Tiago Ferreira
See Also:
  • Constructor Details

    • GWDTMultiSomaCmd

      public GWDTMultiSomaCmd()
  • Method Details

    • isOpen

      public static boolean isOpen()
      Returns whether an instance of this dialog is currently visible.
      Returns:
      true if a dialog with this command's title is showing
    • isFileMode

      protected boolean isFileMode()
      Specified by:
      isFileMode in class GWDTTracerCommonCmd
    • run

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