public class OpenSimAscReader extends MeshReaderBase
Constructor and Description |
---|
OpenSimAscReader(java.io.File file) |
OpenSimAscReader(java.io.InputStream is) |
OpenSimAscReader(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
static PolygonalMesh |
read(java.io.File file) |
static PolygonalMesh |
read(java.lang.String fileName) |
PolygonalMesh |
readMesh() |
MeshBase |
readMesh(MeshBase mesh) |
PolygonalMesh |
readMesh(PolygonalMesh mesh) |
close
public OpenSimAscReader(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public OpenSimAscReader(java.io.File file) throws java.io.IOException
java.io.IOException
public OpenSimAscReader(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public PolygonalMesh readMesh(PolygonalMesh mesh) throws java.io.IOException
java.io.IOException
public PolygonalMesh readMesh() throws java.io.IOException
readMesh
in class MeshReaderBase
java.io.IOException
public MeshBase readMesh(MeshBase mesh) throws java.io.IOException
java.io.IOException
public static PolygonalMesh read(java.io.File file) throws java.io.IOException
java.io.IOException
public static PolygonalMesh read(java.lang.String fileName) throws java.io.IOException
java.io.IOException