Class DataArray

java.lang.Object
  |
  +--DataArray

public class DataArray
extends java.lang.Object


Field Summary
 DataPoint[] cdata
           
 int npoints
           
 
Method Summary
 int addDataPoint(float[] tdata)
          Add a point to this list
 int findDataPoint(float gval, int column)
           
 boolean interpolateDataPoint(DataPoint cgoal, int column)
           
 void print()
           
 boolean sorted(int col)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cdata

public DataPoint[] cdata

npoints

public int npoints
Method Detail

sorted

public boolean sorted(int col)

print

public void print()

addDataPoint

public int addDataPoint(float[] tdata)
Add a point to this list

interpolateDataPoint

public boolean interpolateDataPoint(DataPoint cgoal,
                                    int column)

findDataPoint

public int findDataPoint(float gval,
                         int column)