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) |
static List<Coord3d> |
loadList(String filename,
int xColumn,
int yColumn,
int zColumn) |
protected static int |
readNLines(String filename) |
static Coord3d[] |
toArray(List<Coord3d> list) |
public static Coord3d[] loadArray(String filename) throws IOException
IOException
public static List<Coord3d> loadList(String filename) throws IOException
IOException
public static List<Coord3d> loadList(String filename, int xColumn, int yColumn, int zColumn) throws IOException
IOException
protected static int readNLines(String filename) throws IOException
IOException
Copyright © 2018. All rights reserved.