|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.big.bigsnakeutils.process.process3D.ImageArrayUtils
public class ImageArrayUtils
Class that encapsulates the accessing to some image values.
Constructor Summary | |
---|---|
ImageArrayUtils()
|
Method Summary | |
---|---|
static void |
getX(double[][] data,
int width,
int height,
int depth,
int x,
int y,
int z,
double[] buffer)
Puts in a one dimensional array the information of one column along the 1st dimension of an image stack. |
static void |
getY(double[][] data,
int width,
int height,
int depth,
int x,
int y,
int z,
double[] buffer)
Puts in a one dimensional array the information of one column along the 2nd dimension of an image stack. |
static void |
getZ(double[][] data,
int width,
int height,
int depth,
int x,
int y,
int z,
double[] buffer)
Puts in a one dimensional array the information of one column along the 3rd dimension of an image stack. |
static void |
putX(double[][] data,
int width,
int height,
int depth,
int x,
int y,
int z,
double[] buffer)
Puts in an image stack the information a buffer along the 1st dimension. |
static void |
putY(double[][] data,
int width,
int height,
int depth,
int x,
int y,
int z,
double[] buffer)
Puts in an image stack the information a buffer along the 2nd dimension. |
static void |
putZ(double[][] data,
int width,
int height,
int depth,
int x,
int y,
int z,
double[] buffer)
Puts in an image stack the information a buffer along the 3rd dimension. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageArrayUtils()
Method Detail |
---|
public static void getX(double[][] data, int width, int height, int depth, int x, int y, int z, double[] buffer)
public static void getY(double[][] data, int width, int height, int depth, int x, int y, int z, double[] buffer)
public static void getZ(double[][] data, int width, int height, int depth, int x, int y, int z, double[] buffer)
public static void putX(double[][] data, int width, int height, int depth, int x, int y, int z, double[] buffer)
public static void putY(double[][] data, int width, int height, int depth, int x, int y, int z, double[] buffer)
public static void putZ(double[][] data, int width, int height, int depth, int x, int y, int z, double[] buffer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |