public class RawFitsReader.FitsVolume extends ScalarField3D.Default
ScalarField3D.Default, ScalarField3D.Empty| Constructor and Description |
|---|
FitsVolume(usf.saav.common.range.IntRange1D x,
usf.saav.common.range.IntRange1D y,
usf.saav.common.range.IntRange1D z,
int w)
Instantiates a new fits volume.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getCoordinate(int x,
int y,
int z) |
int |
getDepth() |
int |
getHeight() |
float |
getValue(int x,
int y,
int z)
Gets the value.
|
int |
getWidth() |
getNeighbors, getSize, getValuegetValueRangeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueRangepublic FitsVolume(usf.saav.common.range.IntRange1D x,
usf.saav.common.range.IntRange1D y,
usf.saav.common.range.IntRange1D z,
int w)
throws java.io.IOException
x - the xy - the yz - the zw - the wjava.io.IOException - Signals that an I/O exception has occurred.public double[] getCoordinate(int x,
int y,
int z)
getCoordinate in interface ScalarField3DgetCoordinate in class ScalarField3D.Defaultpublic int getWidth()
public int getHeight()
public int getDepth()
public float getValue(int x,
int y,
int z)
ScalarField3Dx - the xy - the yz - the z