public class GtsReader extends MeshReaderBase
| Constructor and Description |
|---|
GtsReader(java.io.File file) |
GtsReader(java.io.InputStream is) |
GtsReader(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) |
closepublic GtsReader(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionpublic GtsReader(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic GtsReader(java.lang.String fileName)
throws java.io.IOException
java.io.IOExceptionpublic PolygonalMesh readMesh() throws java.io.IOException
readMesh in class MeshReaderBasejava.io.IOExceptionpublic MeshBase readMesh(MeshBase mesh) throws java.io.IOException
java.io.IOExceptionpublic PolygonalMesh readMesh(PolygonalMesh mesh) throws java.io.IOException
java.io.IOExceptionpublic static PolygonalMesh read(java.io.File file) throws java.io.IOException
java.io.IOExceptionpublic static PolygonalMesh read(java.lang.String fileName) throws java.io.IOException
java.io.IOException