edu.jhu.ece.iacl.jist.structures.image
Interface MaskVolume

All Known Implementing Classes:
MaskVolume18, MaskVolume26, MaskVolume6

public interface MaskVolume

Mask Interface.

Author:
Blake Lucas

Method Summary
 byte[] getNeighborsX()
          Gets the neighbors x.
 byte[] getNeighborsY()
          Gets the neighbors y.
 byte[] getNeighborsZ()
          Gets the neighbors z.
 

Method Detail

getNeighborsX

byte[] getNeighborsX()
Gets the neighbors x.

Returns:
the neighbors x

getNeighborsY

byte[] getNeighborsY()
Gets the neighbors y.

Returns:
the neighbors y

getNeighborsZ

byte[] getNeighborsZ()
Gets the neighbors z.

Returns:
the neighbors z