Enum Class NodeCollector.Projection

java.lang.Object
java.lang.Enum<NodeCollector.Projection>
sc.fiji.snt.analysis.NodeCollector.Projection
All Implemented Interfaces:
Serializable, Comparable<NodeCollector.Projection>, java.lang.constant.Constable
Enclosing class:
NodeCollector<T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>>

public static enum NodeCollector.Projection extends Enum<NodeCollector.Projection>
Z-handling strategies for the per-crop window.
  • Enum Constant Details

    • NONE

      public static final NodeCollector.Projection NONE
      Keep the z-slab as-is (output is 3D unless windowZ == 1).
    • MIP_Z

      public static final NodeCollector.Projection MIP_Z
      Reduce the z-slab to a single 2D slice via max-intensity projection.
  • Method Details

    • values

      public static NodeCollector.Projection[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static NodeCollector.Projection valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null