public class GtsWriter extends MeshWriterBase
MeshWriter.DataFormat, MeshWriter.FloatType
DEFAULT_FORMAT
Constructor and Description |
---|
GtsWriter(java.io.File file) |
GtsWriter(java.io.OutputStream os) |
GtsWriter(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
writeMesh(MeshBase mesh) |
void |
writeMesh(PolygonalMesh mesh) |
close, flush, getFormat, getWriteColors, getWriteNormals, setFormat, setFormat, setWriteColors, setWriteNormals
public GtsWriter(java.io.OutputStream os) throws java.io.IOException
java.io.IOException
public GtsWriter(java.io.File file) throws java.io.IOException
java.io.IOException
public GtsWriter(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public void writeMesh(PolygonalMesh mesh) throws java.io.IOException
java.io.IOException
public void writeMesh(MeshBase mesh) throws java.io.IOException
writeMesh
in interface MeshWriter
writeMesh
in class MeshWriterBase
java.io.IOException