public class FileDataset extends Object
| Constructor and Description |
|---|
FileDataset() |
| Modifier and Type | Method and Description |
|---|---|
static Coord3d[] |
loadArray(String filename) |
static List<Coord3d> |
loadList(String filename) |
protected static int |
readNLines(String filename) |
static Coord3d[] |
toArray(List<Coord3d> list) |
public static Coord3d[] loadArray(String filename) throws IOException
IOExceptionpublic static List<Coord3d> loadList(String filename) throws IOException
IOExceptionprotected static int readNLines(String filename) throws IOException
IOExceptionCopyright © 2016. All rights reserved.