FEJDMath
Class Writers

java.lang.Object
  extended byFEJDMath.Writers

public class Writers
extends java.lang.Object

This class is used to save the data in the .net and .dat files


Constructor Summary
Writers()
           
 
Method Summary
 void DatWriter(Mesh m, java.lang.String DatName)
          Writes the dat data of the mesh m in the .dat file DatName
 void NetWriter(Mesh m, java.lang.String NetName)
          Writes the net data of the mesh m in the .net file NetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Writers

public Writers()
Method Detail

NetWriter

public void NetWriter(Mesh m,
                      java.lang.String NetName)
Writes the net data of the mesh m in the .net file NetName


DatWriter

public void DatWriter(Mesh m,
                      java.lang.String DatName)
Writes the dat data of the mesh m in the .dat file DatName