maspack.geometry.io
Class GtsReader
java.lang.Object
maspack.geometry.io.MeshReaderBase
maspack.geometry.io.GtsReader
- All Implemented Interfaces:
- MeshReader
public class GtsReader
- extends MeshReaderBase
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GtsReader
public GtsReader(java.io.InputStream is)
throws java.io.IOException
- Throws:
java.io.IOException
GtsReader
public GtsReader(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
GtsReader
public GtsReader(java.lang.String fileName)
throws java.io.IOException
- Throws:
java.io.IOException
readMesh
public MeshBase readMesh(MeshBase mesh)
throws java.io.IOException
- Throws:
java.io.IOException
readMesh
public PolygonalMesh readMesh(PolygonalMesh mesh)
throws java.io.IOException
- Throws:
java.io.IOException
read
public static PolygonalMesh read(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
read
public static PolygonalMesh read(java.lang.String fileName)
throws java.io.IOException
- Throws:
java.io.IOException