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, getValue
getValueRange
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValueRange
public 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 ScalarField3D
getCoordinate
in class ScalarField3D.Default
public int getWidth()
public int getHeight()
public int getDepth()
public float getValue(int x, int y, int z)
ScalarField3D
x
- the xy
- the yz
- the z