Class AlgorithmWatershed.Seed

  • Enclosing class:
    AlgorithmWatershed

    private class AlgorithmWatershed.Seed
    extends java.lang.Object
    Simple class to hold seed point and basin (object label) value.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      WildMagic.LibFoundation.Mathematics.Vector3f point
      DOCUMENT ME!
      short seedValue
      DOCUMENT ME!
    • Constructor Summary

      Constructors 
      Constructor Description
      Seed​(WildMagic.LibFoundation.Mathematics.Vector3f pt, short value)
      Creates a new Seed object.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • point

        public WildMagic.LibFoundation.Mathematics.Vector3f point
        DOCUMENT ME!
      • seedValue

        public short seedValue
        DOCUMENT ME!
    • Constructor Detail

      • Seed

        public Seed​(WildMagic.LibFoundation.Mathematics.Vector3f pt,
                    short value)
        Creates a new Seed object.
        Parameters:
        pt - DOCUMENT ME!
        value - DOCUMENT ME!