public class PlyReader extends MeshReaderBase
| Constructor and Description |
|---|
PlyReader(java.io.File file) |
PlyReader(java.io.InputStream is) |
PlyReader(java.lang.String fileName) |
| Modifier and Type | Method and Description |
|---|---|
MeshWriter.DataFormat |
getDataFormat() |
MeshWriter.FloatType |
getFloatType() |
static MeshBase |
read(java.io.File file) |
static MeshBase |
read(java.lang.String fileName) |
PolygonalMesh |
readMesh() |
MeshBase |
readMesh(MeshBase mesh) |
closepublic PlyReader(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionpublic PlyReader(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic PlyReader(java.lang.String fileName)
throws java.io.IOException
java.io.IOExceptionpublic MeshWriter.DataFormat getDataFormat()
public MeshWriter.FloatType getFloatType()
public PolygonalMesh readMesh() throws java.io.IOException
readMesh in class MeshReaderBasejava.io.IOExceptionpublic MeshBase readMesh(MeshBase mesh) throws java.io.IOException
java.io.IOExceptionpublic static MeshBase read(java.io.File file) throws java.io.IOException
java.io.IOExceptionpublic static MeshBase read(java.lang.String fileName) throws java.io.IOException
java.io.IOException