gama.flowviz
Class FileLoader

java.lang.Object
  |
  +--gama.flowviz.FileLoader

public class FileLoader
extends java.lang.Object
implements java.lang.Runnable, Monitorable

Loads a data file. Creation date: (11.01.2002 02:54:37)


Field Summary
private  float[][][] data
           
private  float dataDimX
           
private  float dataDimY
           
private  float dataDimZ
           
private  java.lang.String file_prefix
           
private  boolean finished
           
private  int gridDimX
           
private  int gridDimY
           
private  int gridDimZ
           
private  float largestP
           
private  float largestV
           
private  float largestVort
           
private  float largestX
           
private  float largestY
           
private  int nf
           
private  java.lang.String path
           
private  int progress
           
private  javax.swing.ProgressMonitor progressMonitor
           
private  float smallestP
           
private  float smallestV
           
private  float smallestVort
           
private  float smallestX
           
private  float smallestY
           
 
Constructor Summary
FileLoader(java.lang.String _path, java.lang.String _file_prefix)
          FileLoader constructor comment.
 
Method Summary
 float getDataDimX()
          Insert the method's description here.
 float getDataDimY()
          Insert the method's description here.
 float getLargestP()
          Insert the method's description here.
 float getLargestV()
          Insert the method's description here.
 float getLargestVort()
          Insert the method's description here.
 float getLargestX()
          Insert the method's description here.
 float getLargestY()
          Insert the method's description here.
 int getProgress()
          Insert the method's description here.
 float[][][] getRawData()
          Insert the method's description here.
 float getSmallestP()
          Insert the method's description here.
 float getSmallestV()
          Insert the method's description here.
 float getSmallestVort()
          Insert the method's description here.
 float getSmallestX()
          Insert the method's description here.
 float getSmallestY()
          Insert the method's description here.
 void load()
          Insert the method's description here.
 void registerProgressMonitor(javax.swing.ProgressMonitor _monitor)
          Insert the method's description here.
 void run()
          When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
(package private)  void setSmallestP(float newSmallestP)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

file_prefix

private java.lang.String file_prefix

path

private java.lang.String path

gridDimX

private int gridDimX

gridDimY

private int gridDimY

gridDimZ

private int gridDimZ

dataDimX

private float dataDimX

dataDimY

private float dataDimY

dataDimZ

private float dataDimZ

nf

private int nf

data

private float[][][] data

largestX

private float largestX

largestY

private float largestY

smallestX

private float smallestX

smallestY

private float smallestY

largestV

private float largestV

smallestV

private float smallestV

largestP

private float largestP

smallestP

private float smallestP

largestVort

private float largestVort

smallestVort

private float smallestVort

progress

private int progress

finished

private boolean finished

progressMonitor

private javax.swing.ProgressMonitor progressMonitor
Constructor Detail

FileLoader

public FileLoader(java.lang.String _path,
                  java.lang.String _file_prefix)
FileLoader constructor comment.
Method Detail

getDataDimX

public float getDataDimX()
Insert the method's description here. Creation date: (11.01.2002 11:54:05)
Returns:
float

getDataDimY

public float getDataDimY()
Insert the method's description here. Creation date: (11.01.2002 11:54:05)
Returns:
float

getLargestP

public float getLargestP()
Insert the method's description here. Creation date: (16.01.2002 03:01:29)
Returns:
float

getLargestV

public float getLargestV()
Insert the method's description here. Creation date: (15.01.2002 22:37:59)
Returns:
float

getLargestVort

public float getLargestVort()
Insert the method's description here. Creation date: (16.01.2002 03:01:29)
Returns:
float

getLargestX

public float getLargestX()
Insert the method's description here. Creation date: (14.01.2002 10:54:31)
Returns:
float

getLargestY

public float getLargestY()
Insert the method's description here. Creation date: (14.01.2002 10:55:02)
Returns:
float

getProgress

public int getProgress()
Insert the method's description here. Creation date: (19.01.2002 16:24:04)
Returns:
int

getRawData

public float[][][] getRawData()
Insert the method's description here. Creation date: (13.01.2002 23:03:50)
Returns:
float[][][]

getSmallestP

public float getSmallestP()
Insert the method's description here. Creation date: (17.01.2002 10:43:18)
Returns:
float

getSmallestV

public float getSmallestV()
Insert the method's description here. Creation date: (15.01.2002 22:37:59)
Returns:
float

getSmallestVort

public float getSmallestVort()
Insert the method's description here. Creation date: (18.01.2002 00:32:00)
Returns:
float

getSmallestX

public float getSmallestX()
Insert the method's description here. Creation date: (14.01.2002 10:54:44)
Returns:
float

getSmallestY

public float getSmallestY()
Insert the method's description here. Creation date: (14.01.2002 10:54:51)
Returns:
float

load

public void load()
Insert the method's description here. Creation date: (13.01.2002 22:25:52)

registerProgressMonitor

public void registerProgressMonitor(javax.swing.ProgressMonitor _monitor)
Insert the method's description here. Creation date: (21.01.2002 16:15:22)
Specified by:
registerProgressMonitor in interface Monitorable
Parameters:
_monitor - javax.swing.ProgressMonitor

run

public void run()
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

The general contract of the method run is that it may take any action whatsoever.

Specified by:
run in interface java.lang.Runnable
See Also:
Thread.run()

setSmallestP

void setSmallestP(float newSmallestP)
Insert the method's description here. Creation date: (17.01.2002 10:43:18)
Parameters:
newSmallestP - float