public class XyzReader extends MeshReaderBase
Constructor and Description |
---|
XyzReader(java.io.File file) |
XyzReader(java.io.InputStream is) |
XyzReader(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
static PointMesh |
read(java.io.File file) |
PointMesh |
read(PointMesh mesh,
java.io.File file) |
PointMesh |
read(PointMesh mesh,
java.io.InputStream in) |
PointMesh |
read(PointMesh mesh,
java.lang.String fileName) |
static PointMesh |
read(java.lang.String filename) |
PointMesh |
readMesh() |
MeshBase |
readMesh(MeshBase mesh) |
close
public XyzReader(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public XyzReader(java.io.File file) throws java.io.IOException
java.io.IOException
public XyzReader(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public PointMesh read(PointMesh mesh, java.io.InputStream in) throws java.io.IOException
java.io.IOException
public PointMesh read(PointMesh mesh, java.lang.String fileName) throws java.io.IOException
java.io.IOException
public PointMesh read(PointMesh mesh, java.io.File file) throws java.io.IOException
java.io.IOException
public PointMesh 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 PointMesh read(java.io.File file) throws java.io.IOException
java.io.IOException
public static PointMesh read(java.lang.String filename) throws java.io.IOException
java.io.IOException