public class ImageAccessArray
extends java.lang.Object
Constructor and Description |
---|
ImageAccessArray() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)