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) |
close
public PlyReader(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public PlyReader(java.io.File file) throws java.io.IOException
java.io.IOException
public PlyReader(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public MeshWriter.DataFormat getDataFormat()
public MeshWriter.FloatType getFloatType()
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 MeshBase read(java.io.File file) throws java.io.IOException
java.io.IOException
public static MeshBase read(java.lang.String fileName) throws java.io.IOException
java.io.IOException