Maven module :un.api : api-image :
Class :
un.impl.image.MaskIterator
Extends/Implements :
un.api.geometry.TupleIterator
Subclasses : -
Variables : -
Functions :
MaskIterator,
getCoordinate,
next,
nextAsBoolean,
nextAsByte,
nextAsUByte,
nextAsShort,
nextAsUShort,
nextAsInt,
nextAsUInt,
nextAsLong,
nextAsFloat,
nextAsDouble
public void
MaskIterator (TupleIterator ite, Image mask)
public int[]
getCoordinate ()
public Object
next ()
public boolean[]
nextAsBoolean (boolean[] buffer)
public byte[]
nextAsByte (byte[] buffer)
public int[]
nextAsUByte (int[] buffer)
public short[]
nextAsShort (short[] buffer)
public int[]
nextAsUShort (int[] buffer)
public int[]
nextAsInt (int[] buffer)
public long[]
nextAsUInt (long[] buffer)
public long[]
nextAsLong (long[] buffer)
public float[]
nextAsFloat (float[] buffer)
public double[]
nextAsDouble (double[] buffer)
author Johann Sorel