|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGridDataFile
public class GridDataFile
Created by IntelliJ IDEA. User: Administrator Date: 03.01.2005 Time: 16:28:38 To change this template use File | Settings | File Templates.
Nested Class Summary | |
---|---|
class |
GridDataFile.DataFile
|
Constructor Summary | |
---|---|
GridDataFile()
Constructs a grid data file structure. |
Method Summary | |
---|---|
int |
getAdditionalData()
Returns the number of additional data sets apart from streamline vectors. |
float[][][][] |
getGrid()
Returns geometry information data set. |
int |
getSteps()
Returns the number of time steps. |
float |
getStepTime()
Returns the absolute time difference between two time steps. |
boolean |
open(java.io.File f)
Opens a grid data file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridDataFile()
Method Detail |
---|
public boolean open(java.io.File f)
f
- File to be read from.
public int getAdditionalData()
public int getSteps()
public float getStepTime()
public float[][][][] getGrid()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |