Class cmdLinePoint3D

    • Field Summary

      Fields 
      Modifier and Type Field Description
      Point3D value  
      • Fields inherited from class gov.nih.mipav.view.renderer.WildMagic.Poisson.CmdLine.cmdLineReadable

        set
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int read​(java.lang.String[] argv, int argc)  
      • Methods inherited from class gov.nih.mipav.view.renderer.WildMagic.Poisson.CmdLine.cmdLineReadable

        read
      • Methods inherited from class java.lang.Object

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

      • cmdLinePoint3D

        public cmdLinePoint3D()
      • cmdLinePoint3D

        public cmdLinePoint3D​(Point3D v)
      • cmdLinePoint3D

        public cmdLinePoint3D​(float v0,
                              float v1,
                              float v2)
    • Method Detail

      • read

        public int read​(java.lang.String[] argv,
                        int argc)