|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.services.util.netcdf.ThreeDArrayTransformer
public class ThreeDArrayTransformer
Constructor Summary | |
---|---|
ThreeDArrayTransformer(java.lang.Object[][][] the3DArray)
|
Method Summary | |
---|---|
java.lang.Object[][][] |
getFor021()
orginal first dimension in the first dimension orginal third dimension in the second dimension orginal second dimension in the third dimension |
java.lang.Object[][][] |
getFor102()
orginal second dimension in the first dimension orginal first dimension in the second dimension orginal third dimension in the third dimension |
java.lang.Object[][][] |
getFor120()
orginal second dimension in the first dimension orginal third dimension in the second dimension orginal first dimension in the third dimension |
java.lang.Object[][][] |
getFor201()
orginal third dimension in the first dimension orginal first dimension in the second dimension orginal second dimension in the third dimension |
java.lang.Object[][][] |
getFor210()
orginal third dimension in the first dimension orginal second dimension in the second dimension orginal first dimension in the third dimension |
static void |
main(java.lang.String[] args)
|
static void |
printOutArray(java.lang.Object[][][] theArray)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreeDArrayTransformer(java.lang.Object[][][] the3DArray)
the3DArray
- the orginal three dimensional arrayMethod Detail |
---|
public java.lang.Object[][][] getFor021()
public java.lang.Object[][][] getFor102()
public java.lang.Object[][][] getFor120()
public java.lang.Object[][][] getFor201()
public java.lang.Object[][][] getFor210()
public static void printOutArray(java.lang.Object[][][] theArray)
theArray
- for debuggingpublic static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |