|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rit.mri.PixelChunk
public class PixelChunk
Class PixelChunk encapsulates a chunk of pixels on which to perform a spin relaxometry analysis.
| Constructor Summary | |
|---|---|
PixelChunk()
Construct a new, uninitialized pixel chunk object. |
|
PixelChunk(int fileIndex,
int pixelIndex,
int pixelCount)
Construct a new pixel chunk object. |
|
| Method Summary | |
|---|---|
int |
fileIndex()
Get the file index. |
int |
pixelCount()
Get the number of pixels to analyze. |
int |
pixelIndex()
Get the pixel index of the first pixel to analyze. |
void |
readExternal(ObjectInput in)
Read this pixel chunk object from the given object input stream. |
void |
writeExternal(ObjectOutput out)
Write this pixel chunk object to the given object output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PixelChunk()
public PixelChunk(int fileIndex,
int pixelIndex,
int pixelCount)
fileIndex - File index.pixelIndex - Pixel index of first pixel to analyze.pixelCount - Number of pixels to analyze.| Method Detail |
|---|
public int fileIndex()
public int pixelIndex()
public int pixelCount()
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface Externalizableout - Object output stream.
IOException - Thrown if an I/O error occurred.
public void readExternal(ObjectInput in)
throws IOException
readExternal in interface Externalizablein - Object input stream.
IOException - Thrown if an I/O error occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||