public class MatlabMeshes
extends java.lang.Object
Constructor and Description |
---|
MatlabMeshes() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Mesh> |
getMeshes(java.io.File file)
Gets the meshes.
|
static java.util.ArrayList<Mesh> |
getMeshes(java.lang.String filename)
Gets the meshes.
|
public static java.util.ArrayList<Mesh> getMeshes(java.io.File file) throws java.io.IOException
file
- the filejava.io.IOException
- Signals that an I/O exception has occurred.public static java.util.ArrayList<Mesh> getMeshes(java.lang.String filename) throws java.io.IOException
filename
- the filenamejava.io.IOException
- Signals that an I/O exception has occurred.