|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFEJDMath.Readers
Read the net and dat files and save the data in the other objects (domain, elements, nodes, borders, etc.)
Constructor Summary | |
Readers()
|
Method Summary | |
int |
isAtIndex(double x,
double y,
java.util.Vector mpArray)
If the point of coordinates (x,y) belongs to the vector mpArray, this function returns its index in the vector. |
private double[] |
readDouble(java.lang.String s,
int nbr)
Returns an array of nbr double that are read from the String s |
void |
readFile(Mesh m,
java.lang.String fichier1,
java.lang.String fichier2,
boolean isApplet)
Reads the net and dat files and save the data in the other objects (domain, elements, nodes, borders, etc.) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Readers()
Method Detail |
private double[] readDouble(java.lang.String s, int nbr) throws java.io.IOException
java.io.IOException
public int isAtIndex(double x, double y, java.util.Vector mpArray)
public void readFile(Mesh m, java.lang.String fichier1, java.lang.String fichier2, boolean isApplet)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |