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