Class AlgorithmASM.P

  • Enclosing class:
    AlgorithmASM

    public class AlgorithmASM.P
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      ModelImage I  
      short n  
      short[] t  
      double[] x  
      double[] y  
    • Constructor Summary

      Constructors 
      Constructor Description
      P()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • n

        public short n
      • x

        public double[] x
      • y

        public double[] y
      • t

        public short[] t
    • Constructor Detail

      • P

        public P()