HE_Mesh
5.0.0
|
Public Member Functions | |
void | beginSave (final OutputStream stream) |
void | beginSave (final String fn, final String name) |
void | endSave () |
void | faces (final int[][] f) |
void | face (final int[] f) |
void | vertices (final WB_Coord[] v) |
void | vertices (final List<?extends WB_Coord > v) |
void | intValue (final int v) |
Protected Member Functions | |
void | handleBeginSave () |
Protected Attributes | |
OutputStream | simpleMeshStream |
PrintWriter | simpleMeshWriter |
Static Private Member Functions | |
static void | createDirectories (final File file) |
Helper class for HE_Export.saveToSimpleMesh.
void wblut.hemesh.HET_WriterSimpleMesh.beginSave | ( | final OutputStream | stream | ) |
Begin save.
stream | the stream |
void wblut.hemesh.HET_WriterSimpleMesh.beginSave | ( | final String | fn, |
final String | name | ||
) |
Begin save.
fn | the fn |
name |
|
staticprivate |
file |
void wblut.hemesh.HET_WriterSimpleMesh.endSave | ( | ) |
End save.
void wblut.hemesh.HET_WriterSimpleMesh.face | ( | final int[] | f | ) |
Face.
f | the f |
void wblut.hemesh.HET_WriterSimpleMesh.faces | ( | final int | f[][] | ) |
Faces.
f | the f |
|
protected |
Handle begin save.
void wblut.hemesh.HET_WriterSimpleMesh.intValue | ( | final int | v | ) |
Int value.
v | the v |
void wblut.hemesh.HET_WriterSimpleMesh.vertices | ( | final WB_Coord[] | v | ) |
Vertices.
v | the v |
void wblut.hemesh.HET_WriterSimpleMesh.vertices | ( | final List<?extends WB_Coord > | v | ) |
|
protected |
The simple mesh stream.
|
protected |
The simple mesh writer.