|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.unh.sdb.common.DataArray
edu.unh.sdb.common.FloatDataArray
public class FloatDataArray
| Field Summary |
|---|
| Fields inherited from class edu.unh.sdb.common.DataArray |
|---|
axisWeights, ordering |
| Constructor Summary | |
|---|---|
FloatDataArray(int[] dimensions)
|
|
FloatDataArray(int[] dimensions,
AxisOrdering ordering)
|
|
| Method Summary | |
|---|---|
float |
get(int[] coords)
|
static void |
main(java.lang.String[] argv)
|
void |
set(int[] coords,
float value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FloatDataArray(int[] dimensions)
public FloatDataArray(int[] dimensions,
AxisOrdering ordering)
| Method Detail |
|---|
public final void set(int[] coords,
float value)
public final float get(int[] coords)
public static void main(java.lang.String[] argv)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||