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