Package wigfilereader

Examples of wigfilereader.WigFile


        this.colorG = colorG;
        this.colorB = colorB;
        this.radius = radius;

        tubePositions = new ArrayList<TubePosition>();
        wf = new WigFile(wigFilePath);
    }
View Full Code Here

TOP

Related Classes of wigfilereader.WigFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.