|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.structures.image.MaskVolume6
public class MaskVolume6
6-way neighbors for volume Note: the C implementations sometimes use a different ordering of these neighbors.
| Field Summary | |
|---|---|
static int |
length
The Constant length. |
| Constructor Summary | |
|---|---|
MaskVolume6()
|
|
| Method Summary | |
|---|---|
static java.lang.Number |
get(int i,
int j,
int k,
int l,
ImageData vol)
Gets the. |
byte[] |
getNeighborsX()
Gets the neighbors x. |
byte[] |
getNeighborsY()
Gets the neighbors y. |
byte[] |
getNeighborsZ()
Gets the neighbors z. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int length
| Constructor Detail |
|---|
public MaskVolume6()
| Method Detail |
|---|
public byte[] getNeighborsX()
MaskVolume
getNeighborsX in interface MaskVolumepublic byte[] getNeighborsY()
MaskVolume
getNeighborsY in interface MaskVolumepublic byte[] getNeighborsZ()
MaskVolume
getNeighborsZ in interface MaskVolume
public static java.lang.Number get(int i,
int j,
int k,
int l,
ImageData vol)
i - the ij - the jk - the kl - the lvol - the vol
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||