org.jzy3d.io
Class FileDataset
java.lang.Object
org.jzy3d.io.FileDataset
public class FileDataset
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileDataset
public FileDataset()
loadArray
public static Coord3d[] loadArray(String filename)
throws IOException
- Throws:
IOException
loadList
public static List<Coord3d> loadList(String filename)
throws IOException
- Throws:
IOException
readNLines
protected static int readNLines(String filename)
throws IOException
- Throws:
IOException
toArray
public static Coord3d[] toArray(List<Coord3d> list)
Copyright © 2013. All rights reserved.