Constructor and Description |
---|
VtkAsciiReader(java.io.File file) |
VtkAsciiReader(java.io.InputStream is) |
VtkAsciiReader(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static FemModel3d |
read(FemModel3d model,
java.io.Reader reader) |
static FemModel3d |
read(FemModel3d model,
java.lang.String fileName) |
static FemModel3d |
read(java.io.File file) |
static FemModel3d |
read(java.lang.String fileName) |
FemModel3d |
readFem(FemModel3d mesh) |
FemModel3d |
readMesh(FemModel3d mesh) |
public VtkAsciiReader(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public VtkAsciiReader(java.io.File file) throws java.io.IOException
java.io.IOException
public VtkAsciiReader(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public static FemModel3d read(FemModel3d model, java.lang.String fileName) throws java.io.IOException
java.io.IOException
public static FemModel3d read(FemModel3d model, java.io.Reader reader) throws java.io.IOException
java.io.IOException
public FemModel3d readMesh(FemModel3d mesh) throws java.io.IOException
java.io.IOException
public FemModel3d readFem(FemModel3d mesh) throws java.io.IOException
public static FemModel3d read(java.io.File file) throws java.io.IOException
java.io.IOException
public static FemModel3d read(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public void close()